You can change the various text strings that are connected to particular command, whether it is an external or an internal command.
To change the name of the command as it appears in menus:
· Use the SetCommandMenuLabel transaction.
To change the text that appears in the Status Bar when the pointer is over a button related to a command:
· Use the SetCommandStatusTip transaction.
To change the ToolTip that appears when the pointer is over a button related to a command:
· Use the SetCommandToolTip transaction.
ToolTip:
Each text string can be a maximum of 80 characters long. For a list of the command identifiers that you can use in these transactions, click Command IDs.
See also