SelectedText Property (DropDownEditor)
Gets or sets a value that indicates the currently selected text in the drop-down editor.
public string SelectedText {get; set;}
'Declaration
Public Property SelectedText As String
'Usage
Dim instance As DropDownEditor
Dim value As String
instance.SelectedText = value
value = instance.SelectedText
Property Value
A
System.String value that indicates the currently selected text in the drop-down editor.