| 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. |

