
Gets or sets the current text input position. The property's value is an object of the type InputPosition.
Introduced: 10.1.
[C#]
public InputPosition InputPosition { get; set; }
[Visual Basic]
Public Property InputPosition() As InputPosition
Runtime only.