Question Usercontrol show up in Component Tray

Pirahnaplant

Well-known member
Joined
Mar 29, 2009
Messages
75
Programming Experience
3-5
Is there a base class I can inherit that makes my UserControl show up on the component tray (the area below the designer that has the dialogs/tooltips/etc.)? If not, how can I get it to be displayed there?
 
If your class inherits Component it will show in components area, similar if it inherits a class that already site there.
 
Back
Top