Click or drag to resize

TextBoxSelectedText Property

Gets or sets the selected text.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public string SelectedText { get; set; }

Property Value

Type: String
The selected text.
See Also