GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET

 Print  |  
Question:  Tooltip class

Answer: What is tooltip class? How it was implemented?


June 06, 2008 20:09:59 #1
 vikas_maderna   Member Since: June 2008    Total Comments: 1 

RE: Tooltip class
 
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.
     

 

Back To Question