Share via


MenuFunction::runServer Method

Calls the base class xMenuFunction.runServer static method.

Syntax

client server public static void runServer(
    str _name, 
    MenuItemType _type, 
   [boolean _setContextMenu, 
    xArgs _args])

Run On

Called

Parameters

  • _name
    Type: str
    This is the string name of the MenuFunction object.
  • _setContextMenu
    Type: boolean
    A Boolean value that indicates whether to set the context menu; optional.

See Also

Reference

MenuFunction Class