Called by the framework when it needs to draw the tab interior (images, texts).
Override this function in a derived class when you need to customize appearance of tabs. This method is responsible for drawing of tab interior like texts and icons.
- Parameters
-
| pDC | A pointer to a device context. |
| rectTab | The bounding rectangle of the tab interior. |
| iTab | Specifies the zero-based index of a tab whose interior is being drawn. |
| bIsActive | Specifies whether a tab is active (TRUE) or not (FALSE). |
| pTabWnd | A pointer to tabbed window whose tab is being drawn. |
| clrText | Specifies the text color. |