NevronOpenVision
Nevron.Nov.UI Namespace / NPopupWindowHost Class


NPopupWindowHost Class Methods

For a list of all members of this type, see NPopupWindowHost members.

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
See Also