DroidDiagram Programmer's Guide
DiagramView.setShowToolTips Method
See Also
 






Sets a value indicating whether an item's ToolTip is shown when the pointer hovers over the item.

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

 Syntax

Java  Copy Code

public void setShowToolTips (
    boolean value
)

 Parameters

value

true if tooltips are shown for the diagram items that have them, otherwise false.

 See Also

DiagramView Members
DiagramView Class
com.mindfusion.diagramming Namespace