SetToolItemText method
SetToolItemText(text$, id)
SetToolItemText
The SetToolItemText(text, id) method updates the text of a persistent menu item created by the AddTool or AddToolFile methods. The new text is applied to the current and all subsequent forms.
REM Update tool item text. Forms.SetToolItemText("&New Text", IDItem)