Package | spark.components |
Class | public final class ActionBarDefaultButtonAppearance |
Inheritance | ActionBarDefaultButtonAppearance Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | AIR 2.5 |
defaultButtonAppearance
style of ActionBar.
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
BEVELED : String = "beveled" [static]
Specifies beveled and opaque button skins be used for Buttons in
navigation and action content groups. | ActionBarDefaultButtonAppearance | ||
NORMAL : String = "normal" [static]
Specifies transparent button skins be used for Buttons in
navigation and action content groups. | ActionBarDefaultButtonAppearance |
Constant Detail
BEVELED | Constant |
public static const BEVELED:String = "beveled"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | AIR 2.5 |
Specifies beveled and opaque button skins be used for Buttons in navigation and action content groups.
NORMAL | Constant |
public static const NORMAL:String = "normal"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | AIR 2.5 |
Specifies transparent button skins be used for Buttons in navigation and action content groups.
Mon Nov 28 2011, 06:48 AM -08:00