NComboTextBox Class Methods
In This Topic
For a list of all members of this type, see NComboTextBox members.
Public Methods
Protected Methods
| | Name | Description |
 | OnKeyDown | Overridden. Handles the key down event. |
 | OnListBoxItemSelected | Overridden. Called when the user has selected a list box item either by clicking it or by navigating to it and pressing <Enter>. |
 | OnPopupQueryStayOpen | Overridden. 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. |
 | OnTextChanged | Overridden. Called when the text of this text box has changed. |
 | ShouldShowPopup | Overridden. Gets whether a popup should be shown for the given list box. |
Top
See Also