Tooltip class

What is tooltip class? How it was implemented?

Questions by ushalakshmi   answers by ushalakshmi

Showing Answers 1 - 9 of 9 Answers

It is class present in .net which help you to provide a tool tip property to any components if bydefaul they dont have it. Once you drag this add the Tool Tip control to your form they almost all control can get benefit of this property as in all controls which are present in the form get this extra property which can show a tool tip once user take mouse over that control and stay there for few seconds.

jack2009

  • Nov 13th, 2009
 

This provider allows you to show help massage to user when they hovers the mouse over the control.For using tool tip control, you need to drag and drop component in to the component tray. After that, All of the controls on the form have new property called tooltip. Now you can enter the text in to the tooltip property for each control in the page. ToolTip text will not be displayed for disabled controls. Some of the properties of tooltips are (IntialDelay, AutoPostDelay,...) Initial Delay is the time that passes before tooltip appears.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions