BCGControlBar Library for .NET
AllFontsGroupName Property




Specifies the name of gallery group with all fonts. By default it's "All Fonts".
Syntax
'Declaration
 
Public Property AllFontsGroupName As String
'Usage
 
Dim instance As SmartFontComboBoxButton
Dim value As String
 
instance.AllFontsGroupName = value
 
value = instance.AllFontsGroupName
public string AllFontsGroupName {get; set;}
public: __property string* get_AllFontsGroupName();
public: __property void set_AllFontsGroupName( 
   string* value
);
public:
property String^ AllFontsGroupName {
   String^ get();
   void set (    String^ 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

SmartFontComboBoxButton Class
SmartFontComboBoxButton Members

Send Feedback