Search
ItemTooltipEvent.setTooltip Method
See Also
 






Sets the tooltip of the item.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setTooltip (
    String value
)

 Parameters

value

A string specifying the item's tool tip.

 Remarks

Change this value if you need to override the default tool tip text.

 See Also