|
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.
pTabWnd | Points to a tabbed window whose tab is being drawn. |
clrDark | Color representing the dark edge of a tab. |
clrBlack | Color representing the black border of the tab frame. |
clrHighlight | Color representing the highlight state of the tab frame. |
clrFace | Color used to draw the tab frame face. |
clrDarkShadow | Color used to draw the tab frame shadow. |
clrLight | Color used to draw the light edge of the tab frame. |
pbrFace | A pointer to brush used to fill the face of tab frame. |
pbrBlack | A pointer to brush used to fill black edge of tab frame. |