User Guide

<button> 447
<label value="Skew y:" control="ySkew" align="left"/>
<popupslider id="ySkew" minvalue="-180" maxvalue="180"/>
</hbox>
<hbox>
<label value="Edge:" control="edge" align="left"/>
<menulist id="edge">
<menupop>
<menuitem label="top center"/>
<menuitem label="right center"/>
<menuitem label="bottom center"/>
<menuitem label="left center"/>
</menupop>
</menulist>
</hbox>
</vbox>
</dialog>
The following figure shows the Skew Selection dialog box defined using <vbox> and <hbox> tags
instead of the
<grid> tag. Red and blue outlines of the VBox and HBox containers have been
added to show how these container tags are used to define the layout:
<button>
Availability
Flash MX 2004.
Usage
<button
id=”myID
label=”myLabel
tabindex=”myIdx
accesskey=”myChar”/>
Attributes
id
String; represents a unique identification string that is used by the extensibility features to
identify the control and access the value it returns.
label String; text that appears on the button.