Search
LayerListView.setAddLayerButtonTooltip Method
See Also
 

Sets the tooltip for the 'Add Layer' button.

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

 Syntax

Java  Copy Code

public void setAddLayerButtonTooltip (
    String value
)

 Parameters

value

A String specifying the tooltip of the Add Layer button.

 See Also