Search
Cell.getToolTip Method
See Also
 

Gets the tooltip text that is displayed when the pointer rests for a while over this cell.

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

 Syntax

Java  Copy Code

public String getToolTip ()

 Return Value

A String containing the cell's tooltip.

 See Also