Share via


TabCtrl_DeselectAll (Compact 2013)

3/28/2014

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

See Also

Reference

Tab Controls Macros
TCM_DESELECTALL