KitchenDraw SDK 2
Show / Hide Table of Contents

Method GetMenuItemFromId

GetMenuItemFromId(int)

Gets a menu item with given id or null.

Declaration
public Appli.MenuItem GetMenuItemFromId(int id)
Parameters
Type Name Description
int id

Id of the menu item. For the standard menu item ids, see Appli.MenuItem.StandardId.

Returns
Type Description
Appli.MenuItem

The menu item or null if it does not exist.

In this article
Back to top Generated by DocFX