Click or drag to resize

Win32SetWindowPos Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.Win32.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static bool SetWindowPos(
	IntPtr hWnd,
	IntPtr hWndInsertAfter,
	int x,
	int y,
	int cx,
	int cy,
	int uFlags
)

Parameters

hWnd
Type: SystemIntPtr

[Missing <param name="hWnd"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

hWndInsertAfter
Type: SystemIntPtr

[Missing <param name="hWndInsertAfter"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

cx
Type: SystemInt32

[Missing <param name="cx"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

cy
Type: SystemInt32

[Missing <param name="cy"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

uFlags
Type: SystemInt32

[Missing <param name="uFlags"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.Win32.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also