Share via


SysInfoAction_MenuFunction.runFormFromMenuItem Method [AX 2012]

Executes the form from a menu item.

Syntax

protected void runFormFromMenuItem(MenuFunction _menuFunction, Args _args)

Run On

Called

Parameters

  • _args
    Type: Args Class
    The Args object to call the form with.

Remarks

Activates form control after the form renders, if one is specified.

See Also

Reference

SysInfoAction_MenuFunction Class