C# Class Fluent.NativeMethods.NCCALCSIZE_PARAMS

Afficher le fichier Open project: Gainedge/BetterExplorer

Méthodes publiques

Свойство Type Description
lppos System.IntPtr
rect0 Rect
rect1 Rect
rect2 Rect

Property Details

lppos public_oe property

Pointer to a WINDOWPOS structure that contains the size and position values specified in the operation that moved or resized the window.
public IntPtr,System lppos
Résultat System.IntPtr

rect0 public_oe property

Specifies an array of rectangles. The meaning of the array of rectangles changes during the processing of the WM_NCALCSIZE message
public Rect rect0
Résultat Rect

rect1 public_oe property

Specifies an array of rectangles. The meaning of the array of rectangles changes during the processing of the WM_NCALCSIZE message
public Rect rect1
Résultat Rect

rect2 public_oe property

Specifies an array of rectangles. The meaning of the array of rectangles changes during the processing of the WM_NCALCSIZE message
public Rect rect2
Résultat Rect