setMasterSelectionDisplayText

Sets the value of the displayText attribute (text string that displays on the toolbar button that launches the custom interface) of a custom interface that is defined to display in the WorkspaceMasterSelection area.

Syntax

setMasterSelectionDisplayText(interfaceName, displayText);

Parameters

  • interfaceName - (string) The unique name of the custom interface.
  • displayText - (string) The value the text string to display on the toolbar button that launches the custom interface.

Returns

None