Share via


TabCtrl_DeselectAll (Windows Embedded CE 6.0)

1/6/2010

This macro resets items in a tab control, clearing any that were set to the TCIS_BUTTONPRESSED state.

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.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later

See Also

Reference

Tab Controls Macros
TCM_DESELECTALL