BCGControlBar Library for .NET
HasCustomizeButton Property (CommandBar)




If false, toolbar does not display customize (shevron) button when docked. Displays only shevron in StandAlone mode.
Syntax
'Declaration
 
Public Overridable Property HasCustomizeButton As Boolean
'Usage
 
Dim instance As CommandBar
Dim value As Boolean
 
instance.HasCustomizeButton = value
 
value = instance.HasCustomizeButton
public virtual bool HasCustomizeButton {get; set;}
public: __property virtual bool get_HasCustomizeButton();
public: __property virtual void set_HasCustomizeButton( 
   bool value
);
public:
virtual property bool HasCustomizeButton {
   bool get();
   void set (    bool 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

CommandBar Class
CommandBar Members

Send Feedback