Visual Studio

7 Easy Steps to Add Custom Controls to Visual Studio Toolbox

TL;DR: Enhance your Visual Studio projects effortlessly by adding custom controls to the toolbox in just 7 steps. Visual Studio automatically manages assembly referencing, so you can focus on selecting and dragging controls onto your designer for seamless integration.

You can add custom controls to the Visual Studio toolbox so that they can be used easily in Visual Studio projects just by dragging them in the designer. To do so, you don’t have to add the assembly reference manually. The reference is automatically added to the Visual Studio reference manager.

Add custom controls to Visual Studio toolbox

To add custom controls to Visual Studio, create a new project (ASP.NET Web Forms, WPF, or WinForms) and open the designer. The toolbox items will only be visible in the designer window. If the toolbox is not visible, click the View menu, and then select the Toolbox option. Now, the toolbox will be displayed. Then:

  1. To create a new tab for the custom controls, right-click anywhere in the Toolbox window, select Add Tab, and then provide a name for the new tab.
  2. Then, right-click anywhere inside the new tab, and then select Choose Items. The Choose Toolbox Items dialog box will be displayed.
  3. This dialog box shows a list of controls present in GAC that can be added to the toolbox. The check box in the selected state means those items will already be present in the toolbox.
  4. Select the custom controls from the available list, and then click OK.
  5. The selected controls will now be displayed in Visual Studio toolbox.
  6. Alternatively, you can also add tools by navigating to the assembly location, and dragging the assembly directly to the newly created tab.
  7. Once the controls are added, you can drag the control to the designer from the Visual Studio Toolbox and start using it. The assembly reference will automatically be added in the reference manager.

To configure Syncfusion’s custom controls in your Visual Studio toolbox, refer to this documentation.

Conclusion

In this blog post, we’ve seen how to add custom controls to the Visual Studio toolbox. We hope this blog could help you to configure Visual Studio toolbox easily, to drag the custom controls to the designer.

Syncfusion provides around 1800 custom controls to ease the work of the developers on various platforms. Please have a look and make use of them in your application development.

If you have any questions or require clarification about our applications, please let us know in the comments below. You can also contact us through our support forum, support portal, or feedback portal. We are happy to assist you!

Related blogs

Manojbabu

Manoj Babu is a Technical Product Manager for Install and Configuration team in Syncfusion. He is playing the role of coordinating the product and collaborating with coworkers to develop and support the application.