Skybound AutoComplete

AutoComplete.ShowSearch Property

Gets or sets whether a 'Search for' item is appended to the bottom of the list.

[Visual Basic]
Public Property ShowSearch As Boolean
[C#]
public bool ShowSearch {get; set;}

Property Value

true if a 'Search for' item is appended to the bottom of the list; otherwise, false.

Remarks

When the list of suggested items does not contain an exact match, a 'Search for' item appears at the bottom of the list. Selecting this item replaces the text in the text box with Search "term", where term is the text that was already entered.

See Also

AutoComplete Class | Skybound.AutoComplete Namespace