TCM_DESELECTALLTCM_DESELECTALL*
*



Contents  *



Index  *Topic Contents
*Previous Topic: TCM_DELETEITEM
*Next Topic: TCM_GETCURFOCUS

TCM_DESELECTALL


TCM_DESELECTALL
    wParam = (WPARAM) (DWORD) fExcludeFocus;
    lParam = 0;

Resets items in a tab control, clearing any that were set to the TCIS_BUTTONPRESSED state. You can send this message explicitly or by using the TabCtrl_DeselectAll macro.

fExcludeFocus
Flag 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, then all tab items except for the one currently selected will be reset.

Version 4.70


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.