Determines the position of the tabs relative to the control.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
public enum TabPositionEnum |
Visual Basic (Declaration) |
---|
Public Enumeration TabPositionEnum |
Members
Member name | Description | |
---|---|---|
Top |
Tabs in the top of the control.
| |
Bottom |
Tabs in the bottom of the control.
| |
Left |
Tabs in the left of the control.
| |
Right |
Tabs in the right of the control.
|