Package | flexlib.containers |
Class | public class DockableToolBar |
Inheritance | DockableToolBar ![]() ![]() |
The <flexlib:DockableToolBar>
tag inherits all the tag attributes
of its superclass, and adds the following tag attributes:
<flexlib:DockableToolBar Properties draggable="true" initialPosition="top" Events dock="No default" float="No default" />
See also
Property | Defined by | ||
---|---|---|---|
draggable : Boolean = true
Flag which indicates whether this ToolBar can be dragged by user.
| DockableToolBar | ||
initialPosition : String = "top"
The initial location of the ToolBar.
| DockableToolBar | ||
isDocked : Boolean [read-only]
Indicates whether the ToolBar is currently docked.
| DockableToolBar |
Method | Defined by | ||
---|---|---|---|
Constructor.
| DockableToolBar |
Event | Summary | Defined by | ||
---|---|---|---|---|
Dispatched when the ToolBar is docked. | DockableToolBar | |||
Dispatched when the ToolBar is poped up into a floating window. | DockableToolBar |
Style | Description | Defined by | ||
---|---|---|---|---|
dragStripIcon
| Type: String CSS Inheritance: no Image to be used for the dragStrip icon. If not specified, the default image is used. | DockableToolBar | ||
![]() | Type: Number Format: Length CSS Inheritance: no Number of pixels between children in the horizontal direction. | FlowContainer | ||
![]() | Type: Number Format: Length CSS Inheritance: no Number of pixels between children in the vertical direction. | FlowContainer |
draggable | property |
public var draggable:Boolean = true
Flag which indicates whether this ToolBar can be dragged by user.
initialPosition | property |
public var initialPosition:String = "top"
The initial location of the ToolBar. This can be either "top" or "bottom".
isDocked | property |
isDocked:Boolean
[read-only]Indicates whether the ToolBar is currently docked.
Implementation public function get isDocked():Boolean
DockableToolBar | () | constructor |
public function DockableToolBar()
Constructor.
dock | event |
float | event |
flash.events.Event
Dispatched when the ToolBar
is poped up into a floating window.