Packagespark.components
Classpublic final class ActionBarDefaultButtonAppearance
InheritanceActionBarDefaultButtonAppearance Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : AIR 2.5

The ActionBarDefaultButtonAppearance class defines the constants for the allowed values of the defaultButtonAppearance style of ActionBar.



Public Constants
 ConstantDefined By
  AIR-only BEVELED : String = beveled
[static] Specifies beveled and opaque button skins be used for Buttons in navigation and action content groups.
ActionBarDefaultButtonAppearance
  AIR-only NORMAL : String = normal
[static] Specifies transparent button skins be used for Buttons in navigation and action content groups.
ActionBarDefaultButtonAppearance
Constant Detail
AIR-only BEVELEDConstant
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.

AIR-only NORMALConstant 
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.