GroupLab Widget Tap Library

Win32Helper.PositionWindow Method 

Sets the location, size, and z-order of a windowing system window.

public static void PositionWindow(
   IntPtr windowHandle,
   IntPtr insertAfter,
   Rectangle desktopBounds
);

Parameters

windowHandle
A window handle.
insertAfter
Window handle of a sibling to position the window after.
desktopBounds
New size and location of the window.

See Also

Win32Helper Class | GroupLab.WidgetTap.Helpers Namespace