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


In This Topic
    ENCommandBarDockType Enumeration
    In This Topic
    Enumerates the command bar dock types.
    Syntax
    'Declaration
     
    
    Public Enum ENCommandBarDockType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENCommandBarDockType
    public enum ENCommandBarDockType : System.Enum 
    Members
    MemberDescription
    BottomDock bottom.
    LeftDock left.
    RightDock right.
    TopDock top.
    Inheritance Hierarchy

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

    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