Search
Cell.setToolTip Method
See Also
 

Sets the tooltip text that should be displayed when the pointer rests for a while over this cell.

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

 Syntax

Java  Copy Code

public void setToolTip (
    String value
)

 Parameters

value

A String containing the cell's tooltip.

 See Also