NAutoCompleteBox Class Members
In This Topic
The following tables list the members exposed by NAutoCompleteBox.
Public Constructors
Public Fields
Public Properties
| | Name | Description |
 | CaseSensitive | Determines whether the auto complete suggestions are case sensitive or not. By default set to false (i.e. not case sensitive). |
 | Hint | Gets or sets the text displayed when the text box is empty. |
 | Image | Gets or sets the image of this auto complete box. |
 | ImageBeforeText | Gets or 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. |
 | ShowItemHover | Gets or sets whether to show a hover effect on items in this container. By default set to false. |
 | 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. By default set to Nevron.Nov.DataStructures.ENStringMatchMode.StartsWith. |
 | Text | Gets or sets the text in this auto complete text box. |
Top
Public Methods
| | 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. |
Top
Public Events
| | Name | Description |
 | ImageMouseDown | Occurs when the image of this autocomplete box has been clicked. |
 | 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. |
Top
See Also