| Name | Description | |
|---|---|---|
![]() | InitAutoComplete | Overloaded. Initializes the auto complete data source and creates labels for the content of the auto complete drop down items. You should also call this method when you make a change to the auto complete source. |
For a list of all members of this type, see NAutoCompleteBox members.
| Name | Description | |
|---|---|---|
![]() | InitAutoComplete | Overloaded. Initializes the auto complete data source and creates labels for the content of the auto complete drop down items. You should also call this method when you make a change to the auto complete source. |
| Name | Description | |
|---|---|---|
![]() | ArrangeContent | Overridden. Layouts the element's content. |
![]() | bWbd | |
![]() | CreateDropDownListBox<AWbd> | Creates the drop down list box. |
![]() | CreatePopupWindow | Overridden. Overriden to create a popup window. |
![]() | MeasureContent | Overridden. Measures the element's content. |
![]() | OnCaseSensitiveChanged | Called when the CaseSensitive property has changed. |
![]() | OnGotFocus | Overridden. Overriden to focus the underlying text box widget. |
![]() | OnImageMouseDown | Called when the image of this autocomplete box is clicked. Opens the drop down list box of the autocomplete box if it has any items. |
![]() | OnListBoxInputChar | Called when an input char is entered inside the list box's node subtree. |
![]() | OnListBoxItemSelected | Called when the user has selected a list box item either by clicking it or by navigating to it and pressing <Enter>. |
![]() | OnListBoxKeyDown | Called when a key is pressed inside the list box's node subtree. |
![]() | OnPopupClosed | Overridden. Called when the popup has been closed. |
![]() | OnPopupDefaultHeightChanged | Called when the default height of the popup window has changed. |
![]() | OnPopupOpened | Overridden. Called when the popup is opened. |
![]() | OnPopupOpening | Overridden. Called when the popup is about to be opened. |
![]() | OnStringMatchModeChanged | Called when the StringMatchMode property has changed. |
![]() | OnTextChanged | Called when the text of this text box has changed. |
![]() | ShouldShowPopup | Gets whether a popup should be shown for the given list box. |