|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
MINMAXINFO
The MINMAXINFO structure contains information about a window's maximized size and position and its minimum and maximum tracking size.
typedef struct tagMINMAXINFO { // mmi POINT ptReserved; POINT ptMaxSize; POINT ptMaxPosition; POINT ptMinTrackSize; POINT ptMaxTrackSize; } MINMAXINFO;
Members
ptReserved
Reserved; do not use.
ptMaxSize
Specifies the maximized width (point.x) and the maximized height (point.y) of the window.
ptMaxPosition
Specifies the position of the left side of the maximized window (point.x) and the position of the top of the maximized window (point.y).
ptMinTrackSize
Specifies the minimum tracking width (point.x) and the minimum tracking height (point.y) of the window.
ptMaxTrackSize
Specifies the maximum tracking width (point.x) and the maximum tracking height (point.y) of the window.
See Also
POINT, WM_GETMINMAXINFO
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
MINMAXINFO
Структура MINMAXINFO содержит информации о расширенном размере и позиции окна и минимума и максимума, прослеживающих размер.
typedef struct tagMINMAXINFO { // mmi ТОЧКА ptReserved; УКАЖИТЕ ptMaxSize; УКАЖИТЕ ptMaxPosition; УКАЖИТЕ ptMinTrackSize; УКАЖИТЕ ptMaxTrackSize; } MINMAXINFO;
Участники
ptReserved
Зарезервированное; не используйтесь.
ptMaxSize
Определяет расширенную ширину (point.x) и расширенная высота (point.y) окна.
ptMaxPosition
Определяет позицию левой стороны расширенного окна (point.x) и позиция верха расширенного окна (point.y).
ptMinTrackSize
Определяет минимум прослеживая ширину (point.x) и минимум, прослеживающие высоту (point.y) окна.
ptMaxTrackSize
Определяет максимум прослеживая ширину (point.x) и максимум, прослеживающие высоту (point.y) окна.
Смотри Также
ТОЧКА, WM_GETMINMAXINFO
|
|
|
|