Microsoft SDK for Java

toString

This method of the IMECompositionMessage Class translates the IMECompositionMessage object to text form.

Syntax

public String toString();

Return Value

Returns a description of the IMECompositionMessage. For example, if the IMECompositionMessage is a START_COMPOSITION message, the text "IMECompositionMessage, START_COMPOSITION keyCode=keyCode keyChar=keyChar composition=compositionString" is returned.

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