TabControl.getPanel

Syntax

getPanel(position: PP.LTRB);

Parameters

position. Panel position.

Description

The getPanel method returns the tabs panel of control.

Comments

Returned value is an item of the PP.Ui.Panel class.

Example

The example of method use is given in description of the TabControl.removeItemByIndex method.

See also:

TabControl