Search
TooltipEvent.setTooltip Method
See Also
 






Sets the tooltip of the element.

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

 Syntax

Java  Copy Code

public void setTooltip (
    String value
)

 Parameters

value

The text of the tooltip.

 See Also