|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| menu.item.radio(MenuID, firstItemID, lastItemID, selectedItemID) |
Parameters
| ID | MenuID | ID of the menu
| | ID | firstItemID | ID of the first item in the group.
| | ID | lastItemID | ID of the last item in the group.
| | ID | selectedItemID | ID of the item selected. |
Return value
No value is returned.
Description
Set a group of menu items as radio items.
A bullet is drawn behind the selected menu item in the group.
For a popup menu, this function must be called before the menu is shown with menu.popup.show. |
|
|
|