MainPanel.getItems

Syntax

getItems();

Description

The getItems method returns an array of menu items.

Comments

Array items are 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