Share via


COMPOSITIONFORM (Compact 2013)

3/28/2014

This structure contains position information for a composition window.

Syntax

Typedef struct _tagCOMPOSITIONFORM {
  DWORD dwStyle;
  POINT ptCurrentPos;
  RECT rcArea;
} 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

Header

imm.h

See Also

Reference

Input Method Manager (IMM) Structures