[]
        
(Showing Draft Content)

C1.Util.Win.Win32.SetWindowPos

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
Type Name Description
nint hWnd
nint hWndInsertAfter
int x
int y
int cx
int cy
uint uFlags
Returns
Type Description
bool

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
Type Name Description
nint hWnd
int hWndInsertAfter
int X
int Y
int cx
int cy
uint uFlags
Returns
Type Description
bool