BCGControlBar Library for .NET
Family Property




Specifies the font family of the font being added to a font combo box.
Syntax
'Declaration
 
Public ReadOnly Property Family As FontFamily
'Usage
 
Dim instance As BeforeAddFontEventArgs
Dim value As FontFamily
 
value = instance.Family
public FontFamily Family {get;}
public: __property FontFamily* get_Family();
public:
property FontFamily^ Family {
   FontFamily^ get();
}
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

BeforeAddFontEventArgs Class
BeforeAddFontEventArgs Members

Send Feedback