开发者

How do I add a user control to toolbox?

开发者 https://www.devze.com 2023-02-02 00:46 出处:网络
I want to create a CustomControl in toolbox in my C# appl开发者_开发技巧icationIf your component is within the project, you can have them automatically added to the toolbox. Go to: Tools -> Options ->

I want to create a CustomControl in toolbox in my C# appl开发者_开发技巧ication


If your component is within the project, you can have them automatically added to the toolbox. Go to: Tools -> Options -> Windows Forms Designer and enable the "AutoToolboxPopulate" option.

If it's in a separate solution, you can build the control library, and drag and drop on the toolbox to add the components.

0

精彩评论

暂无评论...
验证码 换一张
取 消