|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| menu.popup.create(MenuID) |
Parameters
Return value
No value is returned.
Description
Call this function to initialize a popup menu ID of your choice.
After the call of this function, you can add menu items with menu.add.item for example.
The menu ID is a number between 0 and 10000. |
|
|
|