TextBoxCaretIndex Property |
Gets or sets the index of the current insertion point.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public int CaretIndex { get; set; }
Public Property CaretIndex As Integer
Get
Set
member CaretIndex : int with get, set
Property Value
Type:
Int32The index of the current insertion point.
Remarks
When there is selected text, this is usually the start of the selection.
See Also