ListBox Constructor

Syntax

PP.Ui.ListBox(settings);

Parameters

settings. The JSON object with the values of the component properties.

Description

The ListBox constructor creates an instance of the ListBox component.

Example

The example of constructor use is given on the Example of Creating the ListBox Component page.

See also:

ListBox