Share via


TCM_HIGHLIGHTITEM

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message sets the highlight state of a tab item.

Syntax

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 Value

Nonzero indicates success. Zero indicates otherwise.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

TabCtrl_HighlightItem