Extending Flash |
|
|
|
| Objects > componentsPanel object > componentsPanel.reload() | |||
Flash 8.
componentsPanel.reload()
None.
A Boolean value of true if the Component panel list is refreshed, false otherwise.
Method; refreshes the Components panel's list of components.
The following example refreshes the Components panel:
fl.componentsPanel.reload();
|
|
|
|