|
virtual |
Called by the framework when it needs to draw the close button on active tab.
Override this method in the derived class in order to customize the appearance of the close button on active tab.
pDC | A pointer to a device context. |
rect | Bounding rectangle of close button. |
pTabWnd | A pointer to tabbed window. |
bIsHighlighted | Specifies whether the close button is highlighted. |
bIsPressed | Specifies whether the close button is pressed. |
bIsDisabled | Specifies whether the close button is disabled. |