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 |