Options.AutoFormatAsYouTypeInsertOvers Property
True for Microsoft Word to automatically insert the "ijou" characters when the user enters the "ki" or "an" character.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AutoFormatAsYouTypeInsertOvers As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.AutoFormatAsYouTypeInsertOvers
instance.AutoFormatAsYouTypeInsertOvers = value
bool AutoFormatAsYouTypeInsertOvers { get; set; }
Property Value
Type: System.Boolean