Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (26 loc) · 1.26 KB

application-customizeimemode-method-project.md

File metadata and controls

46 lines (26 loc) · 1.26 KB
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
Application.CustomizeIMEMode Method (Project)
vbapj.chm254
vbapj.chm254
project-server
Project.Application.CustomizeIMEMode
1e6cae3d-7b06-327a-4db1-8b4416d703ee
06/08/2017

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.