TabCtrl_DeselectAll (Windows CE 5.0)
This macro resets items in a tab control, clearing any that were set to the TCIS_BUTTONPRESSED state.
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.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors