Creates a form window, dialog box, or table window as a child of another form window, dialog box, or toolbar at runtime.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static Control CreateWindow(
	Type type,
	Control parent,
	float left,
	float top,
	float width,
	float height,
	int flags,
	params Object[] args
)

Parameters

type
Type: System..::..Type
parent
Type: System.Windows.Forms..::..Control
left
Type: System..::..Single
top
Type: System..::..Single
width
Type: System..::..Single
height
Type: System..::..Single
flags
Type: System..::..Int32
args
Type: array<System..::..Object>[]()[][]

Return Value

See Also