Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
When a function of the framwork is being called by an object of its
class, a tooltip pops up on the screen with the definition of the
function as well as a description of what the function does.
When I call my own functions of my own classes, the tooltip appears but
it only contains the function's definition. How can I add the
description as well ?

Regards
Posted

1 solution

because of [Description] attribute

Define this above your Property that your are exposing in the class and you will get it.
Details here:
DescriptionAttribute Class[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900