BiDesktopPane

A special container that can be used to add internal windows to. The desktop pane has a window manager that provides some extra features for the windows inside the desktop pane.

This class extends BiComponent and therefore all methods and fields available for BiComponent are also available for BiDesktopPane .

Constructor

new BiDesktopPane ( )

Parameters

No parameters.

Properties

NameTypegetsetDescripton
windowManagerBiWindowManagercheckedThe window manager managing the windows inside the desktop pane.
windowsBiWindow[]checkedThe windows added to the pane.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

See the window manager and the windows for more methods and properties.