__VSTABBEDMODE Enum

Definition

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

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.

Applies to