TabCtrl_HighlightItemTabCtrl_HighlightItem*
*Contents  *Index  *Topic Contents
*Previous Topic: TabCtrl_GetUnicodeFormat
*Next Topic: TabCtrl_HitTest

TabCtrl_HighlightItem


BOOL TabCtrl_HighlightItem(
    HWND hwndTab,
    INT idItem,
    WORD fHighlight
); 

Sets the highlight state of a tab item. You can use this macro or send the TCM_HIGHLIGHTITEM message explicitly.

hwndTab
Handle to the tab control.
idItem
Zero-based index of a tab control item.
fHighlight
Value specifying the highlight state to be set. If this value is nonzero, the tab is highlighted. If this value is zero, the tab is set to its default state.

Version 4.71


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