Packageutils.skins
Classpublic class WindowedApplicationSkinControlBar
InheritanceWindowedApplicationSkinControlBar Inheritance spark.skins.SparkSkin
Implements mx.core.IStateClient2

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

A skin class for the Spark WindowedApplication and Window containers. This class defines just a border and status bar, but no gripper button, title bar, or title bar buttons.

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

spark.components.WindowedApplication


Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
Constructor.
WindowedApplicationSkinControlBar
Property Detail
backgroundRectproperty
public var backgroundRect:Rect

Defines the background color of the skin.

This property can be used as the source for data binding.

contentGroupproperty 
public var contentGroup:Group

This property can be used as the source for data binding.

controlBarGroupproperty 
public var controlBarGroup:Group

This property can be used as the source for data binding.

hostComponentproperty 
public var hostComponent:WindowedApplication

This property can be used as the source for data binding.

statusBarproperty 
public var statusBar:Group

This property can be used as the source for data binding.

statusTextproperty 
public var statusText:Label

This property can be used as the source for data binding.

Constructor Detail
WindowedApplicationSkinControlBar()Constructor
public function WindowedApplicationSkinControlBar()

Constructor.