ComboBox.IMEHold property (Access)

Use the IMEHold/Hold KanjiConversionMode property to show whether the Kanji Conversion Mode is maintained when the control loses the focus. Read/write Boolean.

Syntax

expression.IMEHold

expression A variable that represents a ComboBox object.

Remarks

The IMEHold/Hold KanjiConversionMode property uses the following settings.

Setting Description
True Maintains the Kanji Conversion Mode set in the last control.
False Does not maintain the Kanji Conversion Mode set in the last control (default).

By setting the IMEMode/KanjiConversionMode property, you can designate whether the Kanji Conversion Mode is maintained when the control loses the focus.

If this property is set to Yes, the Kanji Conversion Mode setting is maintained when the control loses the focus. After that control regains the focus, the Kanji Conversion Mode setting for that control is restored.

If this property is set to No (default setting), the Kanji Conversion Mode will be set by the IMEMode/KanjiConversionMode property for that control.

Note

To set the Kanji Conversion Mode when the focus shifts to the control, set the IMEMode/KanjiConversionMode property.

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.