User Guide
1132 SimpleButton class
SimpleButton.emphasizedStyleDeclaration
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX 2004.
Usage
buttonInstance.emphasizedStyleDeclaraion
Description
Property (static); a string indicating the style declaration that formats a button when the
emphasized property is set to true.
The
emphasizedStyleDeclaration property is a static property of the SimpleButton class.
Therefore, you must access it directly from SimpleButton, rather than from a
buttonInstance, as in the following:
SimpleButton.emphasizedStyleDeclaration = "3dEmphStyle";
See also
SimpleButton.emphasized
SimpleButton.selected
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX 2004.
Usage
buttonInstance.selected
Description
Property; a Boolean value that indicates whether the button is selected (true) or not (false).
The default value is
false.