Name | Description | |
---|---|---|
NComboTextBox Constructor | Default constructor. |
The following tables list the members exposed by NComboTextBox.
Name | Description | |
---|---|---|
NComboTextBox Constructor | Default constructor. |
Name | Description | |
---|---|---|
NComboTextBoxSchema | Schema associated with NComboTextBox. |
Name | Description | |
---|---|---|
InitAutoCompleteFromComboBoxItems | Overloaded. Initializes the combo text box auto complete list from the combo box items. |
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. |