COMPOSITIONFORM
A version of this page is also available for
4/8/2010
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 |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |