|
virtual |
Called by the framework when it need to fill background of tab.
Override this function in a derived class if you want to customize the appearance of tabs.
pDC | A pointer to a device context. |
rectFill | Tab's bounding rectangle. |
pbrFill | Brush used to fill the tab. |
iTab | Tab index in tabbed window. |
bIsActive | If TRUE, the tab is active. If FALSE, the tab is inactive. |
pTabWnd | A pointer to the parent tabbed window. |