Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 421 Bytes

File metadata and controls

29 lines (16 loc) · 421 Bytes

componentsPanel.reload()

Availability

Flash 8.

Usage

componentsPanel.reload()

Parameters

None.

Returns

A Boolean value of true if the Component panel list is refreshed, false otherwise.

Description

Method; refreshes the Components panel’s list of components.

Example

The following example refreshes the Components panel:
fl.componentsPanel.reload();