NevronOpenVision
Nevron.Nov.UI Namespace / NDropDownEdit Class


NDropDownEdit Class Methods

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

Public Methods
 NameDescription
Public MethodOverridden. Appends the displayable children of the node to the provided list  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Arranges the content of the element within the specified content area.  
Protected MethodMust override to layout the item slot.  
Protected MethodMust override to create the popup content.  
Protected MethodOverridden. Overriden to create a NPopupWindow instance.  
Protected MethodDetermines whether the popup content is static or not. If content is static, the content of the popup window will be created only once - when the popup window is created at construction time. If content is not static, the content of the popup window will be created each time the popup is opened.  
Protected MethodOverridden. Measures the element content  
Protected MethodMust override to measure the item slot  
Protected MethodCalled when the drop down button of the drop down has been clicked. This implementation toggles the visibility of the popup.  
Protected MethodOverridden. Overriden to toggle the drop down, if the Alt-Down key combination or the F4 key is pressed.  
Protected MethodOverridden. Overriden to toggle the drop down, if the area allocated for the drop down content has been clicked  
Protected MethodCalled when a button different from the drop down button that is contained inside the edit has been clicked. It is up to derived classes to determine whether the click should be handled or not.  
Protected MethodOverridden. Called when the popup has been closed.  
Protected MethodOverridden. Called when the popup is about to be opened  
Protected MethodOverridden. Overriden to paint the window background.  
Top
See Also