TCM_HIGHLIGHTITEMTCM_HIGHLIGHTITEM*
*Contents  *Index  *Topic Contents
*Previous Topic: TCM_GETUNICODEFORMAT
*Next Topic: TCM_HITTEST

TCM_HIGHLIGHTITEM


TCM_HIGHLIGHTITEM
    wParam = (WPARAM) idItem;
    lParam = (LPARAM) MAKELONG(fHighlight,0);

Sets the highlight state of a tab item. You can send this message explicitly or by using the TabCtrl_HighlightItem macro.

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.

Version 4.71


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.