NevronOpenVision
Nevron.Nov.UI Namespace / NPopupWindow Class
Fields Properties Methods Events


In This Topic
    NPopupWindow Class Members
    In This Topic

    The following tables list the members exposed by NPopupWindow.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the CloseOnEnter property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NPopupWindow.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the QueryStayOpened event.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the popup must be automatically closed, when an unhandled Enter key down event is received by the popup. The popup result is automatically set to OK.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Opens a popup window in a context fashion.  
    Top
    Protected Methods
     NameDescription
    Protected Method  
    Protected MethodOverridden.   
    Protected MethodOverridden. Default handler for the key down events.  
    Protected MethodOverridden. Raises the Opened event. Overriden to reset the window result to none.  
    Protected MethodRaises the QueryStayOpened event. Returns true if the popup window should stay opened. Otherwise returns false.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the popup is opened and queries whether it must remain opened.  
    Top
    See Also