MainPanel.getItem

Syntax

getItem(index: Number);

Parameters

index. Element index.

Description

The getItem method returns a menu item by its index.

Comments

Returned value - object of the class PP.Ui.MainPanelItem.

Example

The example of method use is given in description of the MainPanel.removeItem method.

See also:

MainPanel