Share via


CTabCtrl::DeselectAll

void DeselectAll( BOOL fExcludeFocus );

Parameters

fExcludeFocus

Flag that specifies the scope of the item deselection. If this parameter is set to FALSE, all tab buttons will be reset. If it is set to TRUE, then all tab items except for the one currently selected will be reset.

Remarks

This member function implements the behavior of the Win32 message, , as described in the Internet Client SDK.

CTabCtrl OverviewClass MembersHierarchy Chart