
Specifies whether text is inserted or overwrites existing text.
[C#]
public InsertionMode InsertionMode { get; set; }
[Visual Basic]
Public Property InsertionMode() As InsertionMode
| Value | Description | |
| Insert | Text is inserted at the current text input position. | |
| Overwrite | Text is overwritten at the current text input position. |