Click or drag to resize

TextAreaSelection Property

Gets or sets the range of selected text.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Range<int> Selection { get; set; }

Property Value

Type: RangeInt32
The text selection.
Remarks
When setting the selection, the control will be focussed and the associated keyboard may appear on mobile platforms.
See Also