The FloatingPanel type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FloatingPanel |
Methods
| Name | Description | |
|---|---|---|
| bringToFront | Brings the FloatingPanel in front of all other panels. | |
| collapse | ||
| dock | ||
| expand | ||
| hide | ||
| hideFrame | ||
| initialize | ||
| moveDockedDown | ||
| moveDockedToBottom | ||
| moveDockedToTop | ||
| moveDockedUp | ||
| setTitle | ||
| show | ||
| showFrame | ||
| toggleDockState | ||
| toggleState | ||
| toggleVisibility | ||
| undock |
Properties
| Name | Description | |
|---|---|---|
| callbackFunctionString | ||
| collapsedImage | ||
| dockedContextMenuID | ||
| dockedImage | ||
| dockParent | ||
| expandedImage | ||
| forcePNG | ||
| isDocked | ||
| isDragging | ||
| isResizing | ||
| keepInForm | ||
| restrictToPage | ||
| transparency | ||
| undockedImage |
Events
| Name | Description | |
|---|---|---|
| collapsed | Raised when the floating panel is collapsed. | |
| docked | Raised when the floating panel is docked. | |
| dragEnd | Raised when you finish dragging the floating panel . | |
| dragMove | Raised while the floating panel is being moved. | |
| dragStart | Raised when you start dragging the floating panel. | |
| expanded | Raised when the floating panel is expanded. | |
| hide | Raised when the floating panel is hidden. | |
| resized | Raised when you finish resizing the floating panel. | |
| resizeStart | Raised when you begin resizing the floating panel. | |
| resizing | Raised when the floating panel is resizing. | |
| show | Raised when the floating panel is shown. | |
| undocked | Raised when the floating panel is undocked. |