G
Guest
I am working in C#. I want to know how I can get the extras to show up on
the intellisense mouseovers. I get a name and type of the property like
private string textbox.font
But I do not get the extra description like many of the built in controls.
Where is this stored and how do I modify it.
[Description("hello World")] //does not do it. And I already have it showing
up in the property window but I want to be able to mouse over a property or
method in the intellisense drop down and see a breif description of what the
control does.
Thanks
the intellisense mouseovers. I get a name and type of the property like
private string textbox.font
But I do not get the extra description like many of the built in controls.
Where is this stored and how do I modify it.
[Description("hello World")] //does not do it. And I already have it showing
up in the property window but I want to be able to mouse over a property or
method in the intellisense drop down and see a breif description of what the
control does.
Thanks