Window.IMEMode Property

Returns or sets the default start-up mode for the Japanese Input Method Editor (IME).

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

Syntax

'Declaration
Property IMEMode As WdIMEMode
    Get
    Set
'Usage
Dim instance As Window
Dim value As WdIMEMode

value = instance.IMEMode

instance.IMEMode = value
WdIMEMode IMEMode { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdIMEMode

Remarks

WdIMEMode can be one of these WdIMEMode constants:

wdIMEModeAlpha– Activates the IME in half-width Latin mode.

wdIMEModeAlphaFull– Activates the IME in full-width Latin mode.

wdIMEModeHangul– Activates the IME in half-width Hangul mode.

wdIMEModeHangulFull– Activates the IME in full-width Hangul mode.

wdIMEModeHiragana– Activates the IME in full-width hiragana mode.

wdIMEModeKatakana– Activates the IME in full-width katakana mode.

wdIMEModeKatakanaHalf– Activates the IME in half-width katakana mode.

wdIMEModeNoControl– Does not change the IME mode.

wdIMEModeOff– Disables the IME and activates Latin text entry.

wdIMEModeOn– Activates the IME.

See Also

Reference

Window Interface

Window Members

Microsoft.Office.Interop.Word Namespace