BCGControlBar Library for .NET
DrawFlat Property




Syntax
'Declaration
 
Public Property DrawFlat As Boolean
'Usage
 
Dim instance As RibbonPropertyGrid
Dim value As Boolean
 
instance.DrawFlat = value
 
value = instance.DrawFlat
public bool DrawFlat {get; set;}
public: __property bool get_DrawFlat();
public: __property void set_DrawFlat( 
   bool value
);
public:
property bool DrawFlat {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RibbonPropertyGrid Class
RibbonPropertyGrid Members

Send Feedback