Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabOrientation Enumeration


In This Topic
    TabOrientation Enumeration
    In This Topic
    Specifies where the tabs display.
    Syntax
    'Declaration
     
    
    Public Enum TabOrientation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TabOrientation
    public enum TabOrientation : System.Enum 
    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