Search
LayerListView.setShowTooltips Method
See Also
 

Sets a value indicating whether to display tooltips.

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

 Syntax

Java  Copy Code

public void setShowTooltips (
    boolean value
)

 Parameters

value

true to show tooltips, otherwise false.

 See Also