Expand Minimize
This topic has not yet been rated - Rate this topic

Application.CustomizeIMEMode Method (Project)

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

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.