actionsPanel summary
#### Availability
Flash CS3 Professional.
#### Description
The actionsPanel object, which represents the currently displayed Actions panel, is a property of the Animate object (see fl.actionsPanel (../flash_object_(fl)/fl.md)).
#### Method summary
The following methods can be used with the actionsPanel object:
| Method | Description |
|--------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------|
| actionsPanel.getClassForObject() -dropped (../actionsPanel_object/actionsPanel.md) | Dropped in Adobe Animate. |
| actionsPanel.getScriptAssistMode() -dropped (../actionsPanel_object/actionsPane1.md) | Dropped in Adobe Animate. |
| actionsPanel.getSelectedText() (../actionsPanel_object/actionsPane2.md) | Returns the text that is currently selected in the Actions panel. |
| actionsPanel.getText() (../actionsPanel_object/actionsPane3.md) | Returns the text in the Actions panel. |
| actionsPanel.hasSelection() (../actionsPanel_object/actionsPane4.md) | Specifies whether any text is currently selected in the Actions panel. |
| actionsPanel.replaceSelectedText() (../actionsPanel_object/actionsPane5.md) | Replaces the currently selected text with specified text. |
| actionsPanel.setScriptAssistMode() -dropped (../actionsPanel_object/actionsPane6.md) | Dropped in Adobe Animate. |
| actionsPanel.setSelection() (../actionsPanel_object/actionsPane7.md) | Selects a specified set of characters in the Actions panel. |
| actionsPanel.setText() (../actionsPanel_object/actionsPane8.md) | Clears any text in the Actions panel and then adds specified text. |
<span id="actionsPanel.getClassForObject()_-_dropp" class="anchor"></span>