[]
        
(Showing Draft Content)

C1.Util.Win.Win32.SetWindowPos

SetWindowPos Method

SetWindowPos(IntPtr, IntPtr, int, int, int, int, uint)

Declaration
public static extern bool SetWindowPos(IntPtr hWnd, IntPtr 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
Type Name Description
IntPtr hWnd
IntPtr hWndInsertAfter
int x
int y
int cx
int cy
uint uFlags
Returns
Type Description
bool

SetWindowPos(IntPtr, int, int, int, int, int, uint)

Declaration
public static extern bool SetWindowPos(IntPtr 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
Type Name Description
IntPtr hWnd
int hWndInsertAfter
int X
int Y
int cx
int cy
uint uFlags
Returns
Type Description
bool