Name | Description | |
---|---|---|
NAutoCompleteBox Constructor | Default constructor. |
The following tables list the members exposed by NAutoCompleteBox.
Name | Description | |
---|---|---|
NAutoCompleteBox Constructor | Default constructor. |
Name | Description | |
---|---|---|
CaseSensitiveProperty | Reference to the CaseSensitive property. | |
NAutoCompleteBoxSchema | Schema associated with NAutoCompleteBox. | |
PairBoxChild | Reference to the PairBox child. | |
StringMatchModeProperty | Reference to the StringMatchMode property. |
Name | Description | |
---|---|---|
CaseSensitive | Determines whether the auto complete suggestions are case sensitive or not. By default set to false (i.e. not case sensitive). | |
Image | Gets or sets the image of this auto complete box. | |
ImageBeforeText | Gets/Sets whether the image should be displayed before the text. By default set to false, which means that the image is displayed after the text. | |
StringMatchMode | Gets or sets the string match mode that together with the search string entered in this text box determines the visible auto complete list box items. | |
Text | Gets or sets the text in this auto complete text box. |
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. | |
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. | |
xfdd |
Name | Description | |
---|---|---|
ListBoxItemSelected | Occurs when user has selected an item in the drop down list box either by clicking it or by pressing enter when it is highlighted. You can subscribe to this event only after the auto complete box has been initialized through the Init method. | |
TextChanged | Occurs when the text of this auto complete box has changed. |