JGR MSTS Editors and Tools
SetWindowPos Method (hWnd, hWndInsertAfter, x, y, cx, cy, flags)
NamespacesJgr.GuiNativeMethodsSetWindowPos(IntPtr, IntPtr, Int32, Int32, Int32, Int32, Int32)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Jgr.Gui.NativeMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Declaration Syntax
C#Visual BasicVisual C++
public static bool SetWindowPos(
	IntPtr hWnd,
	IntPtr hWndInsertAfter,
	int x,
	int y,
	int cx,
	int cy,
	int flags
)
Public Shared Function SetWindowPos ( _
	hWnd As IntPtr, _
	hWndInsertAfter As IntPtr, _
	x As Integer, _
	y As Integer, _
	cx As Integer, _
	cy As Integer, _
	flags As Integer _
) As Boolean
public:
static bool SetWindowPos(
	IntPtr hWnd, 
	IntPtr hWndInsertAfter, 
	int x, 
	int y, 
	int cx, 
	int cy, 
	int flags
)
Parameters
hWnd (IntPtr)

[Missing <param name="hWnd"/> documentation for "M:Jgr.Gui.NativeMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

hWndInsertAfter (IntPtr)

[Missing <param name="hWndInsertAfter"/> documentation for "M:Jgr.Gui.NativeMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

x (Int32)

[Missing <param name="x"/> documentation for "M:Jgr.Gui.NativeMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

y (Int32)

[Missing <param name="y"/> documentation for "M:Jgr.Gui.NativeMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

cx (Int32)

[Missing <param name="cx"/> documentation for "M:Jgr.Gui.NativeMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

cy (Int32)

[Missing <param name="cy"/> documentation for "M:Jgr.Gui.NativeMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

flags (Int32)

[Missing <param name="flags"/> documentation for "M:Jgr.Gui.NativeMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Jgr.Gui.NativeMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Assembly: JGR.GUI (Module: JGR.GUI) Version: 0.5.4008.31682