Determines the position of the tabs relative to the control.
[Visual Basic]
Public Enum TabPositionEnum
[C#]
public enum TabPositionEnum
[Delphi]
type TabPositionEnum = (Bottom, Left, Right, Top);
Namespace: C1.Web.Command
Assembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Members
Member name |
Description |
Bottom |
Tabs in the bottom of the control. |
Left |
Tabs in the left of the control. |
Right |
Tabs in the right of the control. |
Top |
Tabs in the top of the control. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |