fl.componentsPanel
#### Availability
Flash MX 2004.
#### Usage
fl.componentsPanel
#### Description
Read-only property; a componentsPanel object (../componentsPanel_object/componentsPanel_summary.md), which represents the Components panel.
#### Example
The following example stores a componentsPanel object in the comPanel variable:
javascript
var comPanel = fl.componentsPanel;