TextAreaIHandlerSelectedText Property |
Gets or sets the selected text.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax string SelectedText { get; set; }
Property SelectedText As String
Get
Set
abstract SelectedText : string with get, set
Property Value
Type:
StringThe selected text.
Remarks
When setting the selected text, the text within the
Selection range will be replaced with
the new value.
See Also