BCGControlBar Library for .NET
GetStandardWinXPTheme Method




If true, returns color theme set by user, otherwise system color scheme.
Specifies the current color style from WinXP themes used in application.
Syntax
'Declaration
 
Public Function GetStandardWinXPTheme( _
   ByVal cached As Boolean _
) As WinXpColorTheme
'Usage
 
Dim instance As WinXPThemeManager
Dim cached As Boolean
Dim value As WinXpColorTheme
 
value = instance.GetStandardWinXPTheme(cached)
public WinXpColorTheme GetStandardWinXPTheme( 
   bool cached
)
public: WinXpColorTheme GetStandardWinXPTheme( 
   bool cached
) 
public:
WinXpColorTheme GetStandardWinXPTheme( 
   bool cached
) 

Parameters

cached
If true, returns color theme set by user, otherwise system color scheme.
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

WinXPThemeManager Class
WinXPThemeManager Members

Send Feedback