Click or drag to resize

TextAreaCaretIndex Property

Gets or sets the index of the insertion caret.

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

Property Value

Type: Int32
The index of the insertion caret.
Remarks
When setting the caret, the control will be focussed and the associated keyboard may appear on mobile platforms.
See Also