TextBox.IMESentenceMode property (Access)
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) Sets IME Sentence Mode to Normal mode. Use this mode when creating a literary Japanese document. |
0 |
Plural | Sets IME Sentence Mode to 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 is useful in creating addresses (factory setting). |
1 |
Speaking | Sets IME Sentence Mode to Speaking mode. Use this mode when entering data that contains conversational language. |
2 |
No Conversion | Doesn't set IME Sentence Mode. In this mode, inputted characters are settled without conversion. |
3 |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.