Enum TabPrimitiveType
Indicates the type of the Tab primitive.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum TabPrimitiveType
Fields
| Name | Description |
|---|---|
| Close | Represents close |
| Custom | Represents custom |
| DropDown | Represents dropdown |
| FirstTab | Represents First tab |
| LastTab | Represents Last Tab |
| NextPage | Represent Next page |
| NextTab | Represents Next tab |
| PreviousPage | Represents Previous page |
| PreviousTab | Represents Previous tab |