Contents Index Topic Contents | ||
Previous Topic: Tab Control Extended Styles Next Topic: Tab Control Messages |
Tab Control Item States
Tab control items now support an item state to support the TCM_DESELECTALL message. Additionally, the TCITEM structure supports item state values.
Value Description TCIS_BUTTONPRESSED Version 4.70. The tab control item is selected. TCIS_HIGHLIGHTED Version 4.71. The tab control item is highlighted, and the tab and text are drawn using the current highlight color. When using high-color, this will be a true interpolation, not a dithered color.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.