BCGControlBar Pro for MFC
static void CBCGPVisualManagerVS2012::SetFrameColor ( COLORREF  colorFill,
COLORREF  clrTextActive,
COLORREF  clrTextInactive,
BOOL  bRedraw = TRUE,
COLORREF  colorFillInactive = (COLORREF)-1,
BOOL  bThinFrames = FALSE,
DWORD  dwFlags = BCGP_FRAME_COLORS_ALL 
)
static

Specifies the non-client area custom colors.

Parameters
colorFillActive frame background color.
clrTextActiveAactive frame foreground color.
clrTextInactiveInactive frame foreground color.
bRedrawIf this parameter is TRUE, all frames will be immediatly redrawn.
colorFillInactiveInactive frame background color.
bThinFramesSpecifies whether the border is thin; FALSE by default.
dwFlagsCombination of BCGP_FRAME_COLORS_FRAME, BCGP_FRAME_COLORS_MDICHILD, BCGP_FRAME_COLORS_DLG, or BCGP_FRAME_COLORS_ALL (default).