Adobe
9A0-182 · Question #10
You have created a SparkSkin class for a Button component called ButtonSkin in the skins package. Which MXML statement correctly applies this skin class to a Spark Button?
The correct answer is C. <s:Button skinClass="skins.ButtonSkin"/>. See the full explanation below for the reasoning.
Question
You have created a SparkSkin class for a Button component called ButtonSkin in the skins package. Which MXML statement correctly applies this skin class to a Spark Button?
Options
- A<s:Button skinClass="ButtonSkin" />
- B<s:Button styleName="ButtonSkin" />
- C<s:Button skinClass="skins.ButtonSkin"/>
- D<s:Button class="skins.ButtonSkin" />
How the community answered
(18 responses)- B11% (2)
- C83% (15)
- D6% (1)
Community Discussion
No community discussion yet for this question.