COMPOSITIONFORM (Windows CE 5.0)

Send Feedback

This structure contains position information for a composition window.

Typedef struct_tagCOMPOSITIONFORM{DWORDdwStyle;POINTptCurrentPos;RECTrcArea;}COMPOSITIONFORM;

Members

  • dwStyle
    Position style. The following table shows the value for dwStyle.
    Value Description
    CFS_DEFAULT Moves the composition window to the default position. The input method editor (IME) window can display the composition window outside the client area, such as in a floating window.
  • ptCurrentPos
    Coordinates of the upper-left corner of the composition window.
  • rcArea
    Coordinates of the upper-left and lower-right corners of the composition window.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.