Package | ardisia.components.pane |
Class | public class MaximizeButton |
Inheritance | MaximizeButton spark.components.Button |
Default MXML Propertylabel
Property | Defined By | ||
---|---|---|---|
maximized : Boolean
True if the associated pane is maximized. | MaximizeButton |
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 |