C# Класс Belhard.Training.MutexDemo.Native.WINDOWPLACEMENT

Показать файл Открыть проект

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

Свойство Тип Описание
Flags int
Length int
MaxPosition POINT
MinPosition POINT
NormalPosition RECT
ShowCmd ShowWindowCommands

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

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

Specifies flags that control the position of the minimized window and the method by which the window is restored.
public int Flags
Результат int

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

The length of the structure, in bytes. Before calling the GetWindowPlacement or SetWindowPlacement functions, set this member to sizeof(WINDOWPLACEMENT).

GetWindowPlacement and SetWindowPlacement fail if this member is not set correctly.

public int Length
Результат int

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

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

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

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

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

The window's coordinates when the window is in the restored position.
public RECT NormalPosition
Результат RECT

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

The current show state of the window.
public ShowWindowCommands ShowCmd
Результат ShowWindowCommands