setMasterSelectionImage

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

Syntax

setMasterSelectionImage(interfaceName, image);

Parameters

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

Returns

None