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

Afficher le fichier Open project: bazile/Training

Méthodes publiques

Свойство 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
Résultat 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
Résultat int

MaxPosition public_oe property

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

MinPosition public_oe property

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

NormalPosition public_oe property

The window's coordinates when the window is in the restored position.
public RECT NormalPosition
Résultat RECT

ShowCmd public_oe property

The current show state of the window.
public ShowWindowCommands ShowCmd
Résultat ShowWindowCommands