Determines the position of the tabs relative to the control.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
public enum TabPositionEnum
Visual Basic (Declaration)
Public Enumeration TabPositionEnum

Members

Member nameDescription
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.

See Also