public static bool SetWindowPos( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, uint uFlags )
'Declaration Public Overloads Shared Function SetWindowPos( _ ByVal hWnd As IntPtr, _ ByVal hWndInsertAfter As IntPtr, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal cx As Integer, _ ByVal cy As Integer, _ ByVal uFlags As UInteger _ ) As Boolean
Win32 Class Win32 Members Overload List