Options.InlineConversion Property
True if Microsoft Word displays an unconfirmed character string in the Japanese Input Method Editor (IME) as an insertion between existing (confirmed) character strings.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property InlineConversion As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.InlineConversion
instance.InlineConversion = value
bool InlineConversion { get; set; }
Property Value
Type: System.Boolean