This macro resets items in a tab control, clearing any that were set to the TCIS_BUTTONPRESSED state.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 2.0 and later |
Related message: | TCM_DESELECTALL |
Syntax
void TabCtrl_DeselectAll(HWND hwndTab, UINT fExcludeFocus);
Parameters
hwndTab
Handle to the tab control.
fExcludeFocus
Value that specifies the scope of the item deselection. If set to FALSE, all tab items will be reset. If set to TRUE, all but the currently selected tab item will be reset.