Options.Overtype Property
True if Overtype mode is active.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Overtype As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.Overtype
instance.Overtype = value
bool Overtype { get; set; }
Property Value
Type: System.Boolean
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.