Package | utils.skins |
Class | public class WindowedApplicationSkinControlBar |
Inheritance | WindowedApplicationSkinControlBar ![]() |
Implements | mx.core.IStateClient2 |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
You can either use system chrome, the FlexChromSkin class, or
the WindowedApplicationSkin class to define the appearance of
the WindowedApplication and Window containers.
To use the WindowedApplicationSkin class with the WindowedApplication container,
set systemChrome
to "none"
in the application's .xml file, and set the skinClass
style to
spark.skins.spark.WindowedApplicationSkin.
To use the WindowedApplicationSkin class with the Window container,
set the Window.systemChrome
property to "none",
and set the skinClass
style to
spark.skins.spark.WindowedApplicationSkin.
Default MXML PropertymxmlContent
See also
Property | Defined By | ||
---|---|---|---|
backgroundRect : Rect Defines the background color of the skin. | WindowedApplicationSkinControlBar | ||
contentGroup : Group | WindowedApplicationSkinControlBar | ||
controlBarGroup : Group | WindowedApplicationSkinControlBar | ||
hostComponent : WindowedApplication | WindowedApplicationSkinControlBar | ||
statusBar : Group | WindowedApplicationSkinControlBar | ||
statusText : Label | WindowedApplicationSkinControlBar |
Method | Defined By | ||
---|---|---|---|
Constructor. | WindowedApplicationSkinControlBar |
backgroundRect | property |
public var backgroundRect:Rect
Defines the background color of the skin.
This property can be used as the source for data binding.
contentGroup | property |
public var contentGroup:Group
This property can be used as the source for data binding.
controlBarGroup | property |
public var controlBarGroup:Group
This property can be used as the source for data binding.
hostComponent | property |
public var hostComponent:WindowedApplication
This property can be used as the source for data binding.
statusBar | property |
public var statusBar:Group
This property can be used as the source for data binding.
statusText | property |
public var statusText:Label
This property can be used as the source for data binding.
WindowedApplicationSkinControlBar | () | Constructor |
public function WindowedApplicationSkinControlBar()
Constructor.