Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENTabHeadersPosition Enumeration


In This Topic
    ENTabHeadersPosition Enumeration
    In This Topic
    Enumerates the possible positions of the tab page headers.
    Syntax
    'Declaration
     
    
    Public Enum ENTabHeadersPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENTabHeadersPosition
    public enum ENTabHeadersPosition : System.Enum 
    Members
    MemberDescription
    BottomThe tab page headers are positioned on the bottom side of the tab widget.
    LeftThe tab page headers are positioned on the left side of the tab widget.
    RightThe tab page headers are positioned on the right side of the tab widget.
    TopThe tab page headers are positioned on the top side of the tab widget.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENTabHeadersPosition

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also