Search
LayerListView.setRemoveLayerButtonTooltip Method
See Also
 

Sets the tooltip for the 'Remove Layer' button.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setRemoveLayerButtonTooltip (
    String value
)

 Parameters

value

A String specifying the tooltip of the Remove Layer button.

 See Also