BCGControlBar Library for .NET
InternalFontDialog Property




Specifies the font dialog box displayed on button click which allows user to set a font value for the property list by choosing among installed fonts on the local computer.
Syntax
'Declaration
 
Public ReadOnly Property InternalFontDialog As FontDialog
'Usage
 
Dim instance As PropertyListFontItem
Dim value As FontDialog
 
value = instance.InternalFontDialog
public FontDialog InternalFontDialog {get;}
public: __property FontDialog* get_InternalFontDialog();
public:
property FontDialog^ InternalFontDialog {
   FontDialog^ 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

PropertyListFontItem Class
PropertyListFontItem Members

Send Feedback