| TextAreaIHandlerCaretIndex Property  | 
 
            Gets or sets the index of the insertion caret.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxint CaretIndex { get; set; }Property CaretIndex As Integer
	Get
	Set
abstract CaretIndex : int with get, set
Property Value
Type: 
Int32The index of the insertion caret.
 Remarks
Remarks
            When setting the caret, the control will be focussed and the associated keyboard may appear on mobile platforms.
            
 See Also
See Also