Entry.CursorPosition Property

Definition

Gets or sets the position of the cursor. The value must be more than or equal to 0 and less or equal to the length of Text. This is a bindable property.

public:
 property int CursorPosition { int get(); void set(int value); };
public int CursorPosition { get; set; }
member this.CursorPosition : int with get, set
Public Property CursorPosition As Integer

Property Value

The position of the cursor.

Implements

Applies to