Entry.CursorPosition Propiedad

Definición

Obtiene o establece la posición del cursor. El valor debe ser mayor o igual que 0 y menor o igual que la longitud de Text. Es una propiedad enlazable.

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

Valor de propiedad

Posición del cursor.

Implementaciones

Se aplica a