Nevron .NET Vision
Nevron.UI Namespace / PopupSizeStyle Enumeration


In This Topic
    PopupSizeStyle Enumeration
    In This Topic
    Specifies the possible resize styles for a NPopup instance.
    Syntax
    'Declaration
     
    
    Public Enum PopupSizeStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PopupSizeStyle
    public enum PopupSizeStyle : System.Enum 
    Members
    MemberDescription
    BottomThe popup may be resized along the Y axis from its bottom edge.
    BottomRightThe popup may be resized along its X and Y axises from its bottom-right edge.
    NoneThe popup is not resizable.
    Top 
    TopRight 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.PopupSizeStyle

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also