Options.INSKeyForOvertype Property

True if the INS key can be used for switching Overtype on and off. Read/write Boolean.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property INSKeyForOvertype As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.INSKeyForOvertype

instance.INSKeyForOvertype = value
bool INSKeyForOvertype { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace