Class TabPrimitiveMode
Defines the constants that specifies the primitive mode of the SfTabbedForm.
Inheritance
System.Object
TabPrimitiveMode
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class TabPrimitiveMode : Enum
Fields
DropDown
Specifies that the tabbed form should display the dropdown button to show all the tabs in context menu to choose a tab.
Declaration
public const TabPrimitiveMode DropDown
Field Value
| Type |
|---|
| TabPrimitiveMode |
FirstTab
Specifies that the tabbed form should display a button to choose the first tab.
Declaration
public const TabPrimitiveMode FirstTab
Field Value
| Type |
|---|
| TabPrimitiveMode |
LastTab
Specifies that the tabbed form should display a button to choose the last tab.
Declaration
public const TabPrimitiveMode LastTab
Field Value
| Type |
|---|
| TabPrimitiveMode |
NextPage
Specifies that the tabbed form should display a button to choose the next page.
Declaration
public const TabPrimitiveMode NextPage
Field Value
| Type |
|---|
| TabPrimitiveMode |
NextTab
Specifies that the tabbed form should display a button to choose the next tab.
Declaration
public const TabPrimitiveMode NextTab
Field Value
| Type |
|---|
| TabPrimitiveMode |
PreviousPage
Specifies that the tabbed form should display a button to choose the previous page.
Declaration
public const TabPrimitiveMode PreviousPage
Field Value
| Type |
|---|
| TabPrimitiveMode |
PreviousTab
Specifies that the tabbed form should display a button to choose the previous tab.
Declaration
public const TabPrimitiveMode PreviousTab
Field Value
| Type |
|---|
| TabPrimitiveMode |