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


In This Topic
    ENPopupXPosition Enumeration
    In This Topic
    Defines the X positioning of the popup relatively to the parent element screen placement
    Syntax
    'Declaration
     
    
    Public Enum ENPopupXPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPopupXPosition
    public enum ENPopupXPosition : System.Enum 
    Members
    MemberDescription
    AlignCentersAligns the popup center with the parent center.
    AlignLeftsAligns the popup left side with the parent left side.
    AlignRightsAligns the popup right side with the parent right side.
    AutomaticThe popup X position is automatically determined by the popup host.
    LeftThe popup is displayed on the left side of the parent
    RightThe popup is displayed on the right side of the parent
    Inheritance Hierarchy

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

    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