BCGControlBar Library for .NET
DesignMode Property (GlobalSettings)




Gets a value indicating whether a control is being used on a design surface.
Syntax
'Declaration
 
Public Shared Property DesignMode As Boolean
'Usage
 
Dim value As Boolean
 
GlobalSettings.DesignMode = value
 
value = GlobalSettings.DesignMode
public static bool DesignMode {get; set;}
public: __property static bool get_DesignMode();
public: __property static void set_DesignMode( 
   bool value
);
public:
static property bool DesignMode {
   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