Packagecom.flexicious.skins.container
Classpublic class MaximizeButtonSkin
InheritanceMaximizeButtonSkin 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.
MaximizeButtonSkin
  dropShadow : RectangularDropShadow
Define the drop shadow for the close button.
MaximizeButtonSkin
  hostComponent : Button
MaximizeButtonSkin
Public Methods
 MethodDefined By
  
Constructor.
MaximizeButtonSkin
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
MaximizeButtonSkin()Constructor
public function MaximizeButtonSkin()

Constructor.