ToolBar.ImageList

Syntax

ImageList: PP.ImageList

Description

The ImageList property returns an instance of the ImageList non-visual component.

Comments

The ImageList component contains path to the file with a set of icons. Icons are used as background images for buttons. Use the ToolBarButton.ColumnIndex and ToolBarButton.RowIndex properties to select desired icon in the set.

Property value is returned by the getImageList method.

The property value is set from the JSON only.

Example

The property use is given on the Example of Creating the ToolBar Component page.

See also:

ToolBar