setInterfaceDisplayText

Sets the text string that displays on the menu item or toolbar button that launches the custom interface.

Syntax

setInterfaceDisplayText(interfaceObject, displayText);

Parameters

  • interfaceObject - (Object) Object that launches the custom interface.
  • displayText - (string) Text to display on the menu item or toolbar button.

Returns

None