SetToolMenuText method

[method icon] SetToolMenuText(Title$, id)

>SetToolMenuText

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)

See also:

AddTool, AddToolAlert, AddToolFile, AddToolMenu, BlankDesktop, EnableAltCurrencyMode, FormColor, FormColorBorderThreshold, FormColorEnableGridBorder, HonorFormVisibleProperty, PersistFormSize, SetAltCurrencyMode, SetDBeditSearchTimeout, SetFormColors, SetGridCopyTimeout, SetToolAlertItemText, SetToolBarSize, SetToolItemText, ShowToolbarOnly, SmallScreenLargeToolBar, SpoofGraph, TabEnterKey, TabReturnKey, UserColor