Tao.Platform.Windows SDK Documentation

User.SetWindowPos Method 

[Visual Basic]
Public 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 UInt32 _
) As Boolean
[C#]
public static bool SetWindowPos(
   IntPtr hWnd,
   IntPtr hWndInsertAfter,
   int X,
   int Y,
   int cx,
   int cy,
   uint uFlags
);

See Also

User Class | Tao.Platform.Windows Namespace