SetToolMenuText method
SetToolMenuText(Title$, id)
SetToolMenuText
The SetToolMenuText(Title, id) method updates the text of a persistent popup menu created by AddToolMenu. The new text is applied to the current and all subsequent forms.
REM Create a tool menu. IDMenu = Forms.AddToolMenu("&Tools", FALSE, "&Help", FALSE) REM Update the menu text later. Forms.SetToolMenuText("&New Title", IDMenu)