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