Skybound AutoComplete

AutoComplete.SelectedText Property

Gets the text selected in the drop-down suggestion window, or a null reference (Nothing in Visual Basic) if no item is selected.

[Visual Basic]
Public ReadOnly Property SelectedText As String
[C#]
public string SelectedText {get;}

Property Value

A String value that represents the text of the item selected in the drop-down suggestion window.

See Also

AutoComplete Class | Skybound.AutoComplete Namespace