C# Custom Control doesn't show up in the toolbox

前端 未结 5 1796
囚心锁ツ
囚心锁ツ 2021-01-28 19:50

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

5条回答
  •  耶瑟儿~
    2021-01-28 20:06

    Right click the Toolbox, then Choose items and browse for the .dll file that contains your control. The Toolbox will add all the components found in that dll. Also check in Tools -> Options -> Windows Forms Designer if the AutoToolboxPopulate setting is set to true.

提交回复
热议问题