TCM_HIGHLIGHTITEM (Compact 2013)
3/28/2014
This message sets the highlight state of a tab item.
Syntax
TCM_HIGHLIGHTITEM wParam = (WPARAM) idItem;
lParam = (LPARAM) MAKELONG(fHighlight,0);
Parameters
- idItem
Zero-based index of a tab control item.
- fHighlight
Boolean that specifies whether the highlight state is to be set. If this value is TRUE, the tab is highlighted; if FALSE, the tab is set to its default state.
Return Value
Nonzero indicates success. Zero indicates otherwise.
Requirements
Header |
commctrl.h |