TextCompositionChangedEventArgs.StartIndex Property

Definition

Gets the starting location of the text that the user is composing with an Input Method Editor (IME).

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

Property Value

Int32

int

The starting location of the text that the user is composing with an Input Method Editor (IME).

Applies to

See also