Version

TabOrientation Enumeration

Used with the TabOrientation property of the UltraWebTab object.
Syntax
'Declaration
 
Public Enum TabOrientation 
   Inherits System.Enum
public enum TabOrientation : System.Enum 
Members
MemberDescription
BottomLeft

Tabs are rendered across the bottom of the control, aligned to the left side.

BottomRight

Tabs are rendered across the bottom of the control, aligned to the right side.

LeftBottom

Tabs are rendered down the left side of the control, aligned to the bottom.

LeftTop

Tabs are rendered down the left side of the control, aligned to the top.

RightBottom

Tabs are rendered down the right side of the control, aligned to the bottom.

RightTop

Tabs are rendered down the right side of the control, aligned to the top.

TopLeft

Tabs are rendered across the top of the control, aligned to the left side.

TopRight

Tabs are rendered across the top of the control, aligned to the right side.

Remarks

The TabOrientation enumerations are comprised of the tab orientation and the alignment of the tabs, respectively. Eg. The enum TopLeft will render the tab objects to render along the top of the content area and aligned to the left side of the control.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also