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.
This message sets the highlight state of a tab item.
TCM_HIGHLIGHTITEMwParam= (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 Values
Nonzero indicates success. Zero indicates otherwise.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors