BCGControlBar Pro for MFC
static void CBCGPVisualManager2003::SetDefaultWinXPColors ( BOOL  bDefaultWinXPColors = TRUE)
static

Specifies whether to use native WindowsXP theme colors or colors obtained from GetSysColor.

If bDefaultWinXPColors is TRUE, the Visual Manager will be using native WindowsXP colors such as blue, olive or silver. Otherwise, Visual Manager will base all drawings on colors obtained from GetSysSolor (COLOR_3DFACE, COLOR_3DSHADOW, COLOR_3DHIGHLIGHT, COLOR_3DDKSHADOW, COLOR_3DLIGHT).

The default Visual Manager's value is TRUE.

Parameters
bDefaultWinXPColorsSpecifies the new flag.