__VSTABBEDMODE Enumeration

 

Indicates the mode of a tabbed control.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

public enum __VSTABBEDMODE

Member nameDescription
VSTABBEDMODE_NotTabbed

There are no tabs in the control.

VSTABBEDMODE_SelectedTab

A tab is selected.

VSTABBEDMODE_Tabbed

There are tabs in the control.

Return to top
Show: