BCGControlBar Library for .NET
HasButton Property (PropertyListFontItem)




Specifies if the PropertListFontItem has a button. Returns true.
Syntax
'Declaration
 
Public Overrides ReadOnly Property HasButton As Boolean
'Usage
 
Dim instance As PropertyListFontItem
Dim value As Boolean
 
value = instance.HasButton
public override bool HasButton {get;}
public: __property bool get_HasButton() override;
public:
property bool HasButton {
   bool get() override;
}
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
Base Implementation in HasButton

Send Feedback