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


In This Topic
    ENPairBoxRelation Enumeration
    In This Topic
    Enumerates box1 and box2 relation options in a pair box.
    Syntax
    'Declaration
     
    
    Public Enum ENPairBoxRelation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPairBoxRelation
    public enum ENPairBoxRelation : System.Enum 
    Members
    MemberDescription
    Box1AboveBox2Specifies that box1 is displayed vertically above box2.
    Box1BeforeBox2Specifies that box1 is displayed horizontally before box2.
    Box2AboveBox1Specifies that box2 is displayed vertically above box1.
    Box2BeforeBox1Specifies that box2 is displayed horizontally before box1.
    OverlaySpecifies that box1 and box2 share the same space.
    Inheritance Hierarchy

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

    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