Application.CustomizeIMEMode Method (Project)
Office 2013
Customizes which IME mode is used on a given field.
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