I have created the custom control which is just a panel that I will be using to render my DirectX code. However, I am unable to see the control in my toolbox for when I try to a
Is the control class public ? The default template creates an internal class.
Is there a public parameterless constructor ? The designer needs it.