Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > Menu component > About menu item types | |||
There are four kinds of menu items, specified by the type attribute:
<menu>
<menuitem label="Normal Item" />
<menuitem type="separator" />
<menuitem label="Checkbox Item" type="check" instanceName="check_1"/>
<menuitem label="RadioButton Item" type="radio" groupName="radioGroup_1" />
</menu>
Flash CS3