IContainer IRenderer.CreatePanelContainer(String name, String panelPosition, Int32 width, Int32 height)

Creates a new panel.

Parameters

  • name
    Type: String
    The name of the panel.
  • panelPosition
    Type: String
    The panel position (application dependent).
  • width
    Type: Int32
    The initial width of the panel.
  • height
    Type: Int32
    The initial height of the panel.

Return Value

The panel.