BCGControlBar Library for .NET
IsCustomizeMode Property (GlobalSettings)




Syntax
'Declaration
 
Public Shared Property IsCustomizeMode As Boolean
'Usage
 
Dim value As Boolean
 
GlobalSettings.IsCustomizeMode = value
 
value = GlobalSettings.IsCustomizeMode
public static bool IsCustomizeMode {get; set;}
public: __property static bool get_IsCustomizeMode();
public: __property static void set_IsCustomizeMode( 
   bool value
);
public:
static 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

GlobalSettings Class
GlobalSettings Members

Send Feedback