Creates a panel.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static Panel CreatePanel(
	int x,
	int y,
	int width,
	int height,
	Color backColor,
	Color foreColor,
	AnchorStyles anchor
)

Parameters

x
Type: System..::.Int32
Position X.
y
Type: System..::.Int32
Position Y.
width
Type: System..::.Int32
Control width.
height
Type: System..::.Int32
Control height.
backColor
Type: System.Drawing..::.Color
A background color.
foreColor
Type: System.Drawing..::.Color
A foreground color.
anchor
Type: System.Windows.Forms..::.AnchorStyles
An anchor.

Return Value

Returns a created control.

See Also