Enum TabPrimitiveMode
Defines the constants that specifies the primitive mode of the SfTabbedForm.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum TabPrimitiveMode
Fields
Name | Description |
---|---|
DropDown | Specifies that the tabbed form should display the dropdown button to show all the tabs in context menu to choose a tab. |
FirstTab | Specifies that the tabbed form should display a button to choose the first tab. |
LastTab | Specifies that the tabbed form should display a button to choose the last tab. |
NextPage | Specifies that the tabbed form should display a button to choose the next page. |
NextTab | Specifies that the tabbed form should display a button to choose the next tab. |
PreviousPage | Specifies that the tabbed form should display a button to choose the previous page. |
PreviousTab | Specifies that the tabbed form should display a button to choose the previous tab. |