Microsoft SDK for Java

IMENotifyMessage Class Constructors

The IMENotifyMessage Class contains the following constructor:

IMENotifyMessage(int id)

Creates an Input Method Notify Message that includes a specific flag.

Syntax

public IMENotifyMessage(int id);

Parameters

id The flag used to create the message. This flag can be one of the following:
  CLOSE_STATUS_WINDOW CLOSE_CANDIDATE UNKNOWN
OPEN_STATUS_WINDOW OPEN_CANDIDATE  
CHANGE_CANDIDATE  

© 1999 Microsoft Corporation. All rights reserved. Terms of use.