SelectedText Property
SelectedText
Returns or sets the string containing the currently selected text within the combo box editing window.
Declaration
[Browsable(false)]
public string SelectedText { get; set; }
<Browsable(False)>
Public Property SelectedText As String