Panel.toBack

Syntax

toBack(ctrl: PP.Ui.Control);

Parameters

ctrl. Item which is brought to the back.

Description

The toBack method brings the item to back.

Example

The example of method use is given in description of the Panel.toFront method.

See also:

Panel