BCGControlBar Library for .NET
IsCustomizeMode Property (CustomizeManager)




Specifies if the parent command bar manager is in the customize mode.
Syntax
'Declaration
 
Public Overridable Property IsCustomizeMode As Boolean
'Usage
 
Dim instance As CustomizeManager
Dim value As Boolean
 
instance.IsCustomizeMode = value
 
value = instance.IsCustomizeMode
public virtual bool IsCustomizeMode {get; set;}
public: __property virtual bool get_IsCustomizeMode();
public: __property virtual void set_IsCustomizeMode( 
   bool value
);
public:
virtual property bool IsCustomizeMode {
   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

CustomizeManager Class
CustomizeManager Members

Send Feedback