BCGControlBar Library for .NET
GetBaseThemeColor Method




If the standard WinXP theme is enabled, this function returns the current  native WindowsXP colors such as blue, olive or silver. Otherwise, the color of the control bar face associated with the current Visual Manager.
Syntax
'Declaration
 
Public Overridable Function GetBaseThemeColor() As Color
'Usage
 
Dim instance As VisualManager2003
Dim value As Color
 
value = instance.GetBaseThemeColor()
public virtual Color GetBaseThemeColor()
public: virtual Color GetBaseThemeColor(); 
public:
virtual Color GetBaseThemeColor(); 
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