SetWindowPos Method
SetWindowPos(nint, nint, int, int, int, int, uint)
Declaration
public static extern bool SetWindowPos(nint hWnd, nint hWndInsertAfter, int x, int y, int cx, int cy, uint uFlags)
Public Shared Function SetWindowPos(hWnd As IntPtr, hWndInsertAfter As IntPtr, x As Integer, y As Integer, cx As Integer, cy As Integer, uFlags As UInteger) As Boolean
Parameters
Returns
SetWindowPos(nint, int, int, int, int, int, uint)
Declaration
public static extern bool SetWindowPos(nint hWnd, int hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags)
Public Shared Function SetWindowPos(hWnd As IntPtr, hWndInsertAfter As Integer, X As Integer, Y As Integer, cx As Integer, cy As Integer, uFlags As UInteger) As Boolean
Parameters
Returns