Gets the index of where the caret is at (in char-index).

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public int CaretIndex { get; }
Visual Basic
Public ReadOnly Property CaretIndex As Integer
	Get

Property Value

Type: Int32

Implements

IUserInterface..::..CaretIndex

See Also