Click or drag to resize

TextBoxIHandlerSelectAll Method

Selects all of the text in the control.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void SelectAll()
Remarks
When setting the selection, the control will be focussed and the associated keyboard may appear on mobile platforms.
See Also