Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calls the base class xMenuFunction.runCalled static method.
Syntax
client server public static void runCalled(
str _name,
MenuItemType _type,
[boolean _setContextMenu,
xArgs _args])
Run On
Called
Parameters
- _name
Type: str
This is the string name of the MenuFunction object.
- _type
Type: MenuItemType Enumeration
This specifies the menu item type.
- _setContextMenu
Type: boolean
A Boolean value that indicates whether to set the context menu; optional.
- _args
Type: xArgs Class
The arguments; optional.