Property SelectedText
SelectedText
Gets or sets a value indicating the currently selected text in the control.
[Browsable(false)]
public virtual string SelectedText { get; set; }
Property Value
- string
A string that represents the currently selected text in the control.
Remarks
If there is no selection, the replacement text is inserted at the caret.