FarPoint.Win Assembly / FarPoint.Win Namespace / TabOrientation Enumeration


TabOrientation Enumeration
Specifies where the tabs display.
Syntax
'Declaration
 
Public Enum TabOrientation 
   Inherits System.Enum
 
'Usage
 
Dim instance As TabOrientation
Members
MemberDescription
BottomDisplays the tabs at the bottom
LeftDisplays the tabs at the left
RightDisplays the tabs at the right
TopDisplays the tabs at the top
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.TabOrientation

See Also