__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)
Syntax
'Declaration
Public Enumeration __VSTABBEDMODE
public enum __VSTABBEDMODE
public enum class __VSTABBEDMODE
type __VSTABBEDMODE
public enum __VSTABBEDMODE
Members
Member name | Description | |
---|---|---|
VSTABBEDMODE_NotTabbed | There are no tabs in the control. | |
VSTABBEDMODE_SelectedTab | A tab is selected. | |
VSTABBEDMODE_Tabbed | There are tabs in the control. |