Packageardisia.components.pane
Classpublic class MaximizeButton
InheritanceMaximizeButton Inheritance spark.components.Button

Button designed for use by the Pane class as the maximize button.

Default MXML Propertylabel



Public Properties
 PropertyDefined By
  maximized : Boolean
True if the associated pane is maximized.
MaximizeButton
Skin States

To skin the component, implement a skin that defines the following states. Although you must implement all skin states, a skin state can be empty. An empty skin state specifies no changes to the default skin state.


 Skin State Description Defined By
  
disabledAndMaximized
MaximizeButton
  
downAndMaximized
MaximizeButton
  
overAndMaximized
MaximizeButton
  
upAndMaximized
MaximizeButton
Property Detail
maximizedproperty
maximized:Boolean

True if the associated pane is maximized.

The default value is false.


Implementation
    public function get maximized():Boolean
    public function set maximized(value:Boolean):void