Click or drag to resize

PISetWindowPos Method


Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static int SetWindowPos(
	IntPtr hWnd,
	IntPtr hWndAfter,
	int X,
	int Y,
	int Width,
	int Height,
	uint flags
)

Parameters

hWnd  IntPtr
 
hWndAfter  IntPtr
 
X  Int32
 
Y  Int32
 
Width  Int32
 
Height  Int32
 
flags  UInt32
 

Return Value

Int32
See Also