Contents Index Topic Contents | ||
Previous Topic: TabCtrl_DeleteItem Next Topic: TabCtrl_GetCurFocus |
TabCtrl_DeselectAll
void TabCtrl_DeselectAll( HWND hwndTab, UINT fExcludeFocus );Resets items in a tab control, clearing any that were set to the TCIS_BUTTONPRESSED state. You can use this macro or send the TCM_DESELECTALL message explicitly.
- The return value is not used.
- hwndTab
- Handle to the tab control.
- fExcludeFocus
- Flag value that specifies the scope of the item deselection. If this parameter is set to FALSE, all tab items will be reset. If it is set to TRUE, all but the currently selected tab item will be reset.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.