Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
Menubar.SetMenuCommandTitle
Sets the title of a menu item.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
Menubar | 6.1 | Yes | Yes | No | No | No |
Parameters
Parameter | Description | Example value |
---|---|---|
Path | The ID or path to the menu entry. Use Menubar.ListMenuCommands to find out the IDs and names. |
49297 |
Title | The new menu item title. | "Hello" |
Result
Returns OK or error.
Description
Sets the title of a menu item.Examples
Rename menu entry on Mac:
MBS("Menubar.SetMenuCommandTitle"; "FileMaker Pro Advanced¶FileMaker Pro Advanced ausblenden"; "Hello")
Sets a menu entry on Windows:
MBS("Menubar.SetMenuCommandTitle"; "Datei¶Verwalten"; "Hello")
See also
Blog Entries
Created 7th February 2016, last changed 7th February 2016
Menubar.SetMenuCommandShortcut - Menubar.SetMenuCommandVisible
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins