Click or drag to resize
TextDocumentSetIMEInProgress Method
(TOM 2 only) Sets the state of the IME in-progress flag.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void SetIMEInProgress(
	bool value
)

Parameters

value
Type: SystemBoolean
Whether to turn on the IME in-progress flag.
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextDocument2 interface.
See Also