Custom Controls Desgin-Time question
Windows Forms
2
Posts
2
Posters
0
Views
1
Watching
-
I have a couple of custom controls in the same project (Visual Studio 08) that inherit from UserControl. Is there away that I can hide one of the controls from the toolbox, during "application" design time? C#, if it matters. Thanks!
-
I have a couple of custom controls in the same project (Visual Studio 08) that inherit from UserControl. Is there away that I can hide one of the controls from the toolbox, during "application" design time? C#, if it matters. Thanks!
If you really need to, delete them by right click and delete. I would prefer adding a tab and have all my controls in that.