BCGControlBar Library for .NET
IsBackStageMode Property




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