Tooltip

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rahuldhammy
    New Member
    • Sep 2006
    • 12

    Tooltip

    I have created a class and i want to display information about that class and its properties in a tooltip when the intellisense dropdown appears when we are referencing its members.How can we do this without using any tool in c#
  • rahuldhammy
    New Member
    • Sep 2006
    • 12

    #2
    Originally posted by rahuldhammy
    I have created a class and i want to display information about that class and its properties in a tooltip when the intellisense dropdown appears when we are referencing its members.How can we do this without using any tool in c#
    I found the way myself thanks a lot everyone

    Comment

    • nmsreddi
      Contributor
      • Jul 2006
      • 366

      #3
      hello

      i want the solution please ,can you post it






      thanks

      nmsreddi

      Comment

      • rahuldhammy
        New Member
        • Sep 2006
        • 12

        #4
        Hello nmsreddi
        In visual studio 2005 write this above yoyur class
        /// <summary>
        /// The class is used to handle the dataset particularly the globaldatset
        /// </summary>
        The tool tip would be displayed whenever u access the class through the intellisense.

        Comment

        Working...