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


In This Topic
    NDropDownEdit Class Members
    In This Topic

    The following tables list the members exposed by NDropDownEdit.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the DropDownButton child  
    Public Fieldstatic (Shared in Visual Basic)Reference to the DropDownButtonPosition property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NDropDown  
    Public Fieldstatic (Shared in Visual Basic)Reference to the WindowBackground property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the WindowHeight property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the WindowWidth property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the WindowX property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the WindowY property.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the button, which when clicked shows the drop down popup  
    Public PropertyGets or sets position of the drop down button. By default set to right.  
    Public PropertyGets or sets the window area. Automatically updated by Nevron.  
    Public PropertyGets or sets the background of the window area.  
    Public PropertyGets or sets the window Height. Automatically updated by Nevron.  
    Public PropertyGets or sets the window Width. Automatically updated by Nevron.  
    Public PropertyGets or sets the window X coordinate. Automatically updated by Nevron.  
    Public PropertyGets or sets the window Y coordinate. Automatically updated by Nevron.  
    Top
    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