How to set description for my Custom Control to show in ToolBox?

Viewed 942

I want to add a text that tells the designer what my control is into my custom control when it is in design time. Like VS default controls in here:

I have tried ///summary but it didn't work for me. How can it be done?

1 Answers
Related