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.
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 , as described in the Internet Client SDK.