Using the ToolTip Manager Class.

August 31, 2008

The ToolTipManager class lets you set basic ToolTip functionality.The ToolTipManager class also contains a reference to the current ToolTip in its currentToolTip property. The Functionality like first one enable and disable the tooltips.

The Code for enabling and disabling the tooltips for the Application is.

ToolTipManager.enabled = true;   –> for enableing.

ToolTipManager.enabled = false;   –> for disabling.

Click here to view the example. Tune on to see more examples on ToolTip Manager Class.