__VSTABBEDMODE Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the mode of a tabbed control.
public enum class __VSTABBEDMODE
public enum class __VSTABBEDMODE
enum __VSTABBEDMODE
public enum __VSTABBEDMODE
type __VSTABBEDMODE =
Public Enum __VSTABBEDMODE
- Inheritance
-
__VSTABBEDMODE
Fields
Name | Value | Description |
---|---|---|
VSTABBEDMODE_NotTabbed | 0 | There are no tabs in the control. |
VSTABBEDMODE_SelectedTab | 1 | A tab is selected. |
VSTABBEDMODE_Tabbed | 2 | There are tabs in the control. |