Specifies whether text is inserted or overwrites existing text.
public InsertionMode InsertionMode { get; set; }Public Property InsertionMode() As InsertionMode| Member | Description |
|---|---|
| Insert | Text is inserted at the current text input position. |
| Overwrite | Text is overwritten at the current text input position. |