Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | menu.item.radio SEARCH    

  Functions
menu.add.item
menu.add.popup
menu.add.separator
menu.create
menu.destroy
menu.getItem
menu.item.checked
menu.item.enabled
menu.item.radio
menu.popup.create
menu.popup.show
menu.redraw
menu.set

  Events
event.menu:click

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

Function
menu.item.radio

Language: MioScript
Product: MioFactory


Syntax

menu.item.radio(MenuID, firstItemID, lastItemID, selectedItemID)


Parameters

IDMenuIDID of the menu
IDfirstItemIDID of the first item in the group.
IDlastItemIDID of the last item in the group.
IDselectedItemIDID 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.