Partager via


TCM_HIGHLIGHTITEM (Windows CE 5.0)

Send Feedback

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

TabCtrl_HighlightItem

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.