I have developed a control in C#. Among other things this control can popup other controls at runtime. When you include the assembly in Visual Studio, the control that I c
Add the [ToolboxItem(false)] attribute to the classes that you don't want to show up in the toolbox.