|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
COMPOSITIONFORM
The COMPOSITIONFORM structure contains position information for a composition window.
typedef _tagCOMPOSITIONFORM { DWORD dwStyle; POINT ptCurrentPos; RECT rcArea; } COMPOSITIONFORM;
Members
dwStyle
Position style. This member can be one of the following values:
Value Meaning CFS_DEFAULT Move the composition window to the default position. The IME window can display the composition window outside the client area, such as in a floating window. CFS_FORCE_POSITION Display the upper-left corner of the composition window at exactly the position given by ptCurrentPos. The coordinates are relative to the upper-left corner of the window containing the composition window and are not subject to adjustment by the IME. CFS_POINT Display the upper-left corner of the composition window at the position given by ptCurrentPos. The coordinates are relative to the upper-left corner of the window containing the composition window and are subject to adjustment by the IME. CFS_RECT Display the composition window at the position given by rcArea. The coordinates are relative to the upper-left of the window containing the composition 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.
Remarks
Some IME windows adjust the composition window position specified by the system or the application. The CFS_FORCE_POSITION directs the IME window to skip this adjustment.
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
COMPOSITIONFORM
Структура COMPOSITIONFORM содержит информацию позиции для окна композиции.
typedef _tagCOMPOSITIONFORM { DWORD dwStyle; УКАЖИТЕ ptCurrentPos; RECT rcArea; } COMPOSITIONFORM;
Участники
dwStyle
Стиль Позиции. Этот элемент может быть одним из следующего величин:
Значение Величины CFS_DEFAULT Перемещает окно композиции на по умолчанию позицию. Окно IME может отобразить окно композиции за пределами области клиента, как например, в плавающем окне. CFS_FORCE_POSITION Отображает верхний левый угол окна композиции в точно позиции данной ptCurrentPos. Координаты - относительно верхнего левого угла окна, содержащего окно композиции и не подлежат установке IME. CFS_POINT Отображает верхний левый угол окна композиции в позиции данной ptCurrentPos. Координаты - относительно верхнего левого угла окна, содержащего окно композиции и подвергаются установке IME. CFS_RECT Отображает окно композиции в позиции данное rcArea. Координаты - относительно верхнего левого окна, содержащего окно композиции.
ptCurrentPos
Координаты верхнего левого угла окна композиции.
rcArea
Координаты верхнего левого и более низкого права углов окна композиции.
Замечания
Некоторая установка окна IME позиция окна композиции определялась системой или приложение. CFS_FORCE_POSITION Направляет окно IME, чтобы пропускать эту установку.
|
|
|
|