Package | flexlib.containers |
Class | public class DockableToolBar |
Inheritance | DockableToolBar ![]() ![]() |
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.
public function get isDocked():Boolean
DockableToolBar | () | Constructor |
public function DockableToolBar()
Constructor.
dock | Event |
flash.events.Event
flash.events.Event
Dispatched when the <codeph>ToolBar</codeph> is docked.
float | Event |
flash.events.Event
flash.events.Event
Dispatched when the <codeph>ToolBar</codeph> is poped up into a floating window.