C# Class Fluent.NativeMethods.NCCALCSIZE_PARAMS

Show file Open project: Gainedge/BetterExplorer

Public Properties

Property Type Description
lppos System.IntPtr
rect0 Rect
rect1 Rect
rect2 Rect

Property Details

lppos public 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
return System.IntPtr

rect0 public 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
return Rect

rect1 public 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
return Rect

rect2 public 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
return Rect