BOOL HighlightItem( int idItem, BOOL fHighlight = TRUE );
Return Value
Nonzero if successful; otherwise zero.
Parameters
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.
Remarks
This member function implements the Win32 message TCM_HIGHLIGHTITEM, as described in the Intenet Client SDK.