Search
Diagram.setToolTip Method
See Also
 

Sets the tooltip text that is displayed when the pointer hovers over an unoccupied area of the diagram.

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

 Syntax

Java  Copy Code

public void setToolTip (
    String value
)

 Parameters

value

A String containing the tooltip text.

 See Also