SelectedText Property (C1Combo)
In This Topic
Returns or sets the string containing the currently selected text within the combo box editing window.
Syntax
'Declaration
Public Property SelectedText As String
public string SelectedText {get; set;}
See Also