​
​
​

Specifies whether text is inserted or overwrites existing text.

Syntax

​public InsertionMode InsertionMode { get; set; }
​Public Property InsertionMode() As InsertionMode

Members

Member Description
Insert Text is inserted at the current text input position.
Overwrite Text is overwritten at the current text input position.
​