Contents Index Topic Contents | ||
Previous Topic: TCM_GETUNICODEFORMAT Next Topic: TCM_HITTEST |
TCM_HIGHLIGHTITEM
TCM_HIGHLIGHTITEM wParam = (WPARAM) idItem; lParam = (LPARAM) MAKELONG(fHighlight,0);Sets the highlight state of a tab item. You can send this message explicitly or by using the TabCtrl_HighlightItem macro.
- Returns nonzero if successful, or zero otherwise.
- idItem
- Zero-based index of a tab control item.
- fHighlight
- Value specifying the highlight state to be set. If this value is TRUE, the tab is highlighted; if FALSE, the tab is set to its default state.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.