TextBoxIHandlerSelectAll Method |
Selects all of the text in the control.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax abstract SelectAll : unit -> unit
Remarks
When setting the selection, the control will be focussed and the associated keyboard may appear on mobile platforms.
See Also