C# Class ZForge.Controls.HeaderPanelNativeMethods.NCCALCSIZE_PARAMS

Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Public Properties

Property Type Description
lpPos WINDOWPOS
rectBeforeMove System.Windows.Forms.RECT
rectClientBeforeMove System.Windows.Forms.RECT
rectProposed System.Windows.Forms.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 WINDOWPOS lpPos
return WINDOWPOS

rectBeforeMove public_oe property

Contains the coordinates of the window before it was moved or resized.
public RECT,System.Windows.Forms rectBeforeMove
return System.Windows.Forms.RECT

rectClientBeforeMove public_oe property

Contains the coordinates of the window's client area before the window was moved or resized.
public RECT,System.Windows.Forms rectClientBeforeMove
return System.Windows.Forms.RECT

rectProposed public_oe property

Contains the new coordinates of a window that has been moved or resized, that is, it is the proposed new window coordinates.
public RECT,System.Windows.Forms rectProposed
return System.Windows.Forms.RECT