BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::GetTabFrameColors ( const CBCGPBaseTabWnd *  pTabWnd,
COLORREF &  clrDark,
COLORREF &  clrBlack,
COLORREF &  clrHighlight,
COLORREF &  clrFace,
COLORREF &  clrDarkShadow,
COLORREF &  clrLight,
CBrush *&  pbrFace,
CBrush *&  pbrBlack 
)
virtual

Returns a set of colors to be used when drawing a tab frame.

Override this function in a derived class if you need to customize the set of colors (tab appearance) to be used when drawing a tab frame.

Parameters
pTabWndPoints to a tabbed window whose tab is being drawn.
clrDarkColor representing the dark edge of a tab.
clrBlackColor representing the black border of the tab frame.
clrHighlightColor representing the highlight state of the tab frame.
clrFaceColor used to draw the tab frame face.
clrDarkShadowColor used to draw the tab frame shadow.
clrLightColor used to draw the light edge of the tab frame.
pbrFaceA pointer to brush used to fill the face of tab frame.
pbrBlackA pointer to brush used to fill black edge of tab frame.