Search
DiagramView.getShowToolTips Method
See Also
 

Gets 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 boolean getShowToolTips ()

 Return Value

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

 See Also