BCGControlBar Library for .NET
IsQuickCustomizeButton Method (QuickCustomizeButton)




Specifies if the instance of the toolbar button is Quick Customize button. For the Quick Customize button the returned value is true. Called by the framework on redrawing of the objects of ToolbarButton Class and derived.
Syntax
'Declaration
 
Public Overrides Function IsQuickCustomizeButton() As Boolean
'Usage
 
Dim instance As QuickCustomizeButton
Dim value As Boolean
 
value = instance.IsQuickCustomizeButton()
public override bool IsQuickCustomizeButton()
public: bool IsQuickCustomizeButton(); override 
public:
bool IsQuickCustomizeButton(); 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

QuickCustomizeButton Class
QuickCustomizeButton Members
Base Implementation in IsQuickCustomizeButton

Send Feedback