Options.Overtype Property

Definition

True if Overtype mode is active.

public:
 property bool Overtype { bool get(); void set(bool value); };
public bool Overtype { get; set; }
member this.Overtype : bool with get, set
Public Property Overtype As Boolean

Property Value

Remarks

In Overtype mode, the characters you type replace existing characters one by one. When Overtype isn't active, the characters you type move existing text to the right.

Applies to