SetMenuItemText()
Summary
Sets the text for a menu item.
Changes
Added to Version 6.0/2012.
Syntax
SetMenuItemText(string item_name, string text)
| Argument | Contents |
|---|---|
| item_name | The name of the menu item |
| text | The text for the menu item |
Error Codes
| Error Type | Meaning |
|---|---|
| Error | The name of the menu item does not exist |
See Also
| Function | Summary |
|---|---|
| GetMenuItemText() | Gets the text for a menu item |