Nevron.Nov.UI Namespace / NComboTextBox Class


In This Topic
    NComboTextBox Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodOverloaded. Initializes the combo text box auto complete list from the combo box items.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Handles the key down event.  
    Protected MethodOverridden. Called when the user has selected a list box item either by clicking it or by navigating to it and pressing <Enter>.  
    Protected MethodOverridden. Called when the popup queries whether to stay opened. This implementation returns true if the popup is active, has active descendant windows or the owner combo box is focused.  
    Protected MethodOverridden. Called when the text of this text box has changed.  
    Protected MethodOverridden. Gets whether a popup should be shown for the given list box.  
    Top
    See Also