Options.InlineConversion 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 Microsoft Word displays an unconfirmed character string in the Japanese Input Method Editor (IME) as an insertion between existing (confirmed) character strings.
public:
property bool InlineConversion { bool get(); void set(bool value); };
public bool InlineConversion { get; set; }
member this.InlineConversion : bool with get, set
Public Property InlineConversion As Boolean