|
« marktext menusep »
Object functions / menuitem
menuitem
menuitem(menu.id,item.id,text,option)
creates a menu item
Parameters
| menu.id | menu id (number)
Horizontal root menu id is 0.
item.id - item id (number from 0 to 1499) |
| text | text |
| option | options comma delimited |
Options
| barbreak | starts a new column with a column delimiter |
| check | checked |
| disable | disabled |
| group | is the first line of a radio group |
| icon name num | display icon num from imagelist NAME.gil |
| menubreak | starts a new column without a delimiter |
| pos num | position number |
| radio | is the next line of a radio group |
See also
| cmenu | creates a context menu (for mouse) |
| menu | creates a menu |
Using FlashGUI
« marktext menusep »
|