SelectedText Property (TextField)
Class
TextField
.
Action
Gets the selected text within the text field. An empty string if no text is selected.
Syntax
C#
protected
String
SelectedText { get; }
VB
'Declaration Protected Read Property SelectedText As
String
Access
Read only.