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


In This Topic
    ENPopupResize Enumeration
    In This Topic
    Enumerates the sizing modes of a popup.
    Syntax
    'Declaration
     
    
    Public Enum ENPopupResize 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPopupResize
    public enum ENPopupResize : System.Enum 
    Members
    MemberDescription
    DesiredThe popup width/height is equal to its desired width/height
    MaxOfDesiredAndParentThe popup width/height is the maximum of the popup parent width/height and the popup desired width/height.
    MinOfDesiredAndParentThe popup width/height is the minimum of the popup parent width/height and the popup desired width/height.
    ParentThe popup width/height is equal to the popup parent width/height
    Inheritance Hierarchy

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

    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