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 |