Packagecom.flexicious.skins.container
Classpublic class RestoreButtonSkin
InheritanceRestoreButtonSkin 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

The default skin class for the close button of the Spark TitleWindow component.

Default MXML PropertymxmlContent

See also

spark.skins.spark.TitleWindowSkin
spark.components.TitleWindow


Public Properties
 PropertyDefined By
  cbshad : Rect
Define the inner shadow.
RestoreButtonSkin
  dropShadow : RectangularDropShadow
Define the drop shadow for the close button.
RestoreButtonSkin
  hostComponent : Button
RestoreButtonSkin
Public Methods
 MethodDefined By
  
Constructor.
RestoreButtonSkin
Property Detail
cbshadproperty
public var cbshad:Rect

Define the inner shadow.

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

dropShadowproperty 
public var dropShadow:RectangularDropShadow

Define the drop shadow for the close button.

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

hostComponentproperty 
public var hostComponent:Button

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

Constructor Detail
RestoreButtonSkin()Constructor
public function RestoreButtonSkin()

Constructor.