CreatePanelContainer(string, string, int, int)

Creates a new panel.

Declaration Syntax

public IContainer CreatePanelContainer(string name, string panelPosition, int width, int height)

Parameters

name(string)

The name of the panel.

panelPosition(string)

The panel position (application dependent).

width(int)

The initial width of the panel.

height(int)

The initial height of the panel.