MenuItem.Value

From Xojo Documentation

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

New in 2019r2

Supported for all project types and targets.

The value (text) of the menu item.

Example

This example is in the Open event of the main window.

EditFind.Value = "Find..."