Share via


TCM_HIGHLIGHTITEM

This message sets the highlight state of a tab item.

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 Values

Nonzero indicates success. Zero indicates otherwise.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

TabCtrl_HighlightItem

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.