TextBox.IMESentenceMode Property

Access Developer Reference
Bb242241.vs_note(en-us,office.12).gif  Note
Language-specific information

You can use the IMESentenceMode property to specify or determine the IME Sentence Mode of fields of a table or controls of a form that switch when the focus moves.Read/write.

Syntax

expression.IMESentenceMode

expression   A variable that represents a TextBox object.

Remarks

The IMESentenceMode property uses the following settings.

Setting Description Visual Basic
Normal (Default) Set IME Sentence Mode to “Normal” mode. 0
Plural Set IME Sentence Mode to “Plural” mode. 1
Speaking Set IME Sentence Mode to “Speaking” mode. 2
No Conversion Doesn’t set IME Sentence Mode. 3

Normal mode

Use this mode when creating a literary Japanese document.

Plural mode

Use this mode when entering name or address data. In this mode, two additional dictionaries are available. The “Biographical/Geographical Dictionary” contains names not covered in the normal dictionary and the “Postal Code Dictionary”, useful in creating addresses. (Factory setting.)

Speaking mode

Use this mode when entering data that contains conversational language.

No Conversion

In this mode, inputted characters are settled without conversion.