Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Menu.InsertItem

Inserts a menu item into the receiver at a specific location.

Component Version macOS Windows Linux Server iOS SDK
Menu 4.1 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "Menu.InsertItem"; menu; item; index )   More

Parameters

Parameter Description Example
menu The reference to the menu. Please create one with Menu.CreateMenu. $menu
item The reference to the menu item. Please create one with MenuItem.CreateMenuItem or MenuItem.CreateSeparator. $item
index An integer index identifying the location of the menu item in the menu. 0

Result

Returns OK or error.

Description

Inserts a menu item into the receiver at a specific location.

See also

Release notes

Blog Entries

This function checks for a license.

Created 18th August 2014, last changed 31st August 2014


Menu.GetURL - Menu.ItemAtIndex