MenuItem.Name

From Xojo Documentation

Property (As String )
aMenuItem.Name = newStringValue
or
StringValue = aMenuItem.Name

Supported for all project types and targets.

The name of the menu item. Set this property using the Menu Editor.

Example

This example sets the name of a menuitem.

EditMenu.Item(2).Name = "Delete"