C# Класс Fluent.NativeMethods.WINDOWPLACEMENT

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
flags int
length int
ptMaxPosition POINT
ptMinPosition POINT
rcNormalPosition Rect
showCmd int

Описание свойств

flags публичное свойство

Specifies flags that control the position of the minimized window and the method by which the window is restored. This member can be one or more of the following values.
public int flags
Результат int

length публичное свойство

Specifies the length, in bytes, of the structure. Before calling the GetWindowPlacement or SetWindowPlacement functions, set this member to sizeof( WINDOWPLACEMENT).
public int length
Результат int

ptMaxPosition публичное свойство

Specifies the coordinates of the window's upper-left corner when the window is maximized.
public POINT ptMaxPosition
Результат POINT

ptMinPosition публичное свойство

Specifies the coordinates of the window's upper-left corner when the window is minimized.
public POINT ptMinPosition
Результат POINT

rcNormalPosition публичное свойство

Specifies the window's coordinates when the window is in the restored position.
public Rect rcNormalPosition
Результат Rect

showCmd публичное свойство

Specifies the current show state of the window. This member can be one of the following values.
public int showCmd
Результат int