TCM_HIGHLIGHTITEM (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE 1.0 and later |