Application.CustomizeIMEMode Method
Project Developer Reference |
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 Microsoft Office Project 2007 is used.
Using the CustomizeIMEMode method without specifying any arguments displays the Customize IME Mode dialog box.
See Also