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


In This Topic
    NPopupWindowHost Class Members
    In This Topic

    The following tables list the members exposed by NPopupWindowHost.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the PopupOpened property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the MaxPopupHeight property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the MaxPopupWidth property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NPopupWindowHost.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Popup child  
    Public Fieldstatic (Shared in Visual Basic)Reference to the PopupCloseDelay property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the PopupClosed event  
    Public Fieldstatic (Shared in Visual Basic)Reference to the PopupClosing event  
    Public Fieldstatic (Shared in Visual Basic)Reference to the PopupOpenDelay property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the PopupOpened event  
    Public Fieldstatic (Shared in Visual Basic)Reference to the PopupOpening event  
    Public Fieldstatic (Shared in Visual Basic)Reference to the PopupXPosition property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the PopupXResize property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the PopupYPosition property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the PopupYResize property  
    Top
    Public Properties
     NameDescription
    Public PropertyGets whether the hosted popup window is currently opened or not. The value of this property is automatically updated by Nevron.  
    Public PropertyGets or sets the maximum height of the popup window.  
    Public PropertyGets or sets the maximum width of the popup window.  
    Public PropertyGets or sets the hosted popup window.  
    Public PropertyGets or sets the delay (in milliseconds) that must ellapse prior to deffered popup close.  
    Public PropertyGets or sets the delay (in milliseconds) that must ellapse prior to deffered popup open.  
    Public PropertyGets or sets the X positioning of the popup relatively to this element screen bounds.  
    Public PropertyGets or sets the X resizing of the popup.  
    Public PropertyGets or sets the Y positioning of the popup relatively to this element screen bounds.  
    Public PropertyGets or sets the Y resizing of the popup.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Appends the displayable children of the node to the provided list  
    Public MethodOverloaded. Closes the popup and set specified result to its Result property.  
    Public MethodQueries whether delayed close is started  
    Public MethodQueries whether delayed open is started  
    Public MethodShows the popup  
    Public MethodCreates the OpenOnMouseEnter timer  
    Public MethodStarts a delayed popup open, which attempts to open the popup when the PopupOpenDelay period has ellapsed.  
    Public MethodDestroys the OpenOnMouseEnter timer  
    Public MethodStops a previously started delayed popup open.  
    Public MethodToggles the popup  
    Top
    Protected Methods
     NameDescription
    Protected MethodDetermines whether the popup can be closed. Called when the close delay has ellapsed.  
    Protected MethodDetermines whether the popup can be opened. Called when the open delay has ellapsed.  
    Protected MethodMust override to create the popup window of the host.  
    Protected MethodGets the automatic popup X position, in case the PopupXPosition property is set to Automatic.  
    Protected MethodGets the automatic popup Y position, in case the PopupYPosition property is set to Automatic.  
    Protected MethodGets the default popup direction  
    Protected MethodGets whether the popup contains at least one popup item.  
    Protected MethodCalled when the CloseMenuDelay has ellapsed.  
    Protected MethodCalled when the OpenMenuDelay has ellapsed.  
    Protected MethodCalled when the popup has been closed.  
    Protected MethodCalled when the popup is closing. Returns true if the closing should continue  
    Protected MethodCalled when the popup is opened.  
    Protected MethodCalled when the popup is about to be opened.  
    Protected MethodCalled when the popup queries whether to stay opened. This implementation returns true if the popup is active or has active descendant windows.  
    Protected MethodPositions the popup according to the PopupXResize, PopupYResize, PopupXPosition and PopupYPosition properties.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the popup window has been closed.  
    Public EventOccurs when the popup window is about to be closed.  
    Public EventOccurs when the popup window has been opened.  
    Public EventOccurs when the popup window is about to be opened.  
    Top
    See Also