KitchenDraw SDK 2
Show / Hide Table of Contents

Method GetMenuItemByRank

GetMenuItemByRank(int, int)

Gets a menu item with given rank from a menu with given rank or null.

Declaration
public Appli.MenuItem GetMenuItemByRank(int menuRank, int itemRank)
Parameters
Type Name Description
int menuRank

Zero-based rank of the menu that contains the item.

int itemRank

Zero-based rank of the item.

Returns
Type Description
Appli.MenuItem

The menu item or null if it does not exist.

In this article
Back to top Generated by DocFX