Application.CustomizeIMEMode method (Project)

Customizes which IME mode is used on a given field.

Syntax

expression. CustomizeIMEMode( _FieldID_, _IMEMode_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
FieldID Optional Long The field to customize. The default value is pjTaskName. Can be one of the PjField constants
IMEMode Optional Long Specifies the IME mode to use when the focus is on a table column. The default value is pjIMEModeNoControl. Can be one of the PjIMEMode constants.

Return value

Boolean

Remarks

the CustomizeIMEMode method produces tangible results only if an East Asian version of Project is used.

Using the CustomizeIMEMode method without specifying any arguments displays the Customize IME Mode dialog box.

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.