Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |