Share via


TextCompositionStartedEventArgs.StartIndex Proprietà

Definizione

Ottiene il percorso iniziale del testo che l'utente sta componendo con un IME (Input Method Editor).

public:
 property int StartIndex { int get(); };
int StartIndex();
public int StartIndex { get; }
var int32 = textCompositionStartedEventArgs.startIndex;
Public ReadOnly Property StartIndex As Integer

Valore della proprietà

Int32

int

Posizione iniziale del testo che l'utente sta componendo con un IME (Input Method Editor).

Si applica a

Vedi anche