BCGControlBar Library for .NET
DefaultWinXPColors Property




If DefaultWinXPColors is TRUE, the Visual Manager will be using native WindowsXP colors such as blue, olive or silver.
Syntax
'Declaration
 
Public Shared Property DefaultWinXPColors As Boolean
'Usage
 
Dim value As Boolean
 
VisualManager2003.DefaultWinXPColors = value
 
value = VisualManager2003.DefaultWinXPColors
public static bool DefaultWinXPColors {get; set;}
public: __property static bool get_DefaultWinXPColors();
public: __property static void set_DefaultWinXPColors( 
   bool value
);
public:
static property bool DefaultWinXPColors {
   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

VisualManager2003 Class
VisualManager2003 Members

Send Feedback