C# Class Belhard.Training.MutexDemo.Native.WINDOWPLACEMENT

显示文件 Open project: bazile/Training

Public Properties

Property Type Description
Flags int
Length int
MaxPosition POINT
MinPosition POINT
NormalPosition RECT
ShowCmd ShowWindowCommands

Property Details

Flags public_oe property

Specifies flags that control the position of the minimized window and the method by which the window is restored.
public int Flags
return int

Length public_oe property

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
return int

MaxPosition public_oe property

The coordinates of the window's upper-left corner when the window is maximized.
public POINT MaxPosition
return POINT

MinPosition public_oe property

The coordinates of the window's upper-left corner when the window is minimized.
public POINT MinPosition
return POINT

NormalPosition public_oe property

The window's coordinates when the window is in the restored position.
public RECT NormalPosition
return RECT

ShowCmd public_oe property

The current show state of the window.
public ShowWindowCommands ShowCmd
return ShowWindowCommands