BCGControlBar Library for .NET
GroupBoxFont Property (GridVisualStyleDef)




Font used in Group By box to display a default message.
Syntax
'Declaration
 
Public Property GroupBoxFont As Font
'Usage
 
Dim instance As GridVisualStyleDef
Dim value As Font
 
instance.GroupBoxFont = value
 
value = instance.GroupBoxFont
public Font GroupBoxFont {get; set;}
public: __property Font* get_GroupBoxFont();
public: __property void set_GroupBoxFont( 
   Font* value
);
public:
property Font^ GroupBoxFont {
   Font^ get();
   void set (    Font^ 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

GridVisualStyleDef Class
GridVisualStyleDef Members

Send Feedback