setMasterSelectionToolTip

Sets the value of the toolTip attribute (the text string that displays when the cursor hovers over the toolbar button that launches the custom interface) for a custom interface that is defined to display in the WorkspaceMasterSelection area.

Syntax

setMasterSelectionToolTip(interfaceName, toolTip);

Parameters

  • interfaceName - (string) The unique name of the custom interface.
  • toolTip - (string) The text string to display when the cursor hovers over the toolbar button that launches the custom interface.

Returns

None