Options.Overtype Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.