---
title: "7 Easy Steps to Add Custom Controls to Visual Studio Toolbox"
published_at: "2019-11-21T11:00:27+00:00"
modified_at: "2026-01-09T08:39:37+00:00"
url: "https://www.syncfusion.com/blogs/post/add-custom-control-visual-studio-toolbox"
excerpt: "Let's see how to add custom controls to Visual Studio toolbox and use them in Visual Studio projects just by dragging them to the designer."
taxonomy_category:
  - "Development"
  - "Mobile"
  - "Syncfusion"
  - "Visual Studio"
  - "Web"
taxonomy_post_tag:
  - "Custom control"
  - "development"
  - "productivity"
  - "Visual Studio"
  - "Visual Studio toolbox"
---

# 7 Easy Steps to Add Custom Controls to Visual Studio Toolbox

[Manojbabu](https://www.syncfusion.com/blogs/author/manojbabu)

![Add custom controls to Visual Studio toolbox](https://www.syncfusion.com/blogs/wp-content/uploads/2019/11/Final-tile.png)


**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.![Showing the Choose Toolbox Items dialog](https://www.syncfusion.com/blogs/wp-content/uploads/2019/11/Showing-the-Choose-Toolbox-Items-dialog.png)
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.![Displaying the selected controls in Visual Studio toolbox](https://www.syncfusion.com/blogs/wp-content/uploads/2019/11/Displaying-the-selected-controls-in-Visual-Studio-toolbox.png)
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.![Dragging the custom control to the designer](https://www.syncfusion.com/blogs/wp-content/uploads/2019/11/Dragging-the-custom-control-to-the-designer.png)

To configure Syncfusion’s custom controls in your Visual Studio toolbox, refer to this [documentation](https://help.syncfusion.com/common/essential-studio/utilities#toolbox-configuration)
.

## 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.

- [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls)
- [Angular](https://www.syncfusion.com/angular-ui-components)
- [Blazor](https://www.syncfusion.com/blazor-components)
- [React](https://www.syncfusion.com/react-ui-components)
- [Vue](https://www.syncfusion.com/vue-ui-components)
- [JavaScript](https://www.syncfusion.com/javascript-ui-controls)
- [.NET MAUI](https://www.syncfusion.com/maui-controls)
- [Flutter](https://www.syncfusion.com/flutter-widgets)
- [Xamarin](https://www.syncfusion.com/xamarin-ui-controls)
- [WPF](https://www.syncfusion.com/wpf-ui-controls)
- [UWP](https://www.syncfusion.com/uwp-ui-controls)
- [WinForms](https://www.syncfusion.com/winforms-ui-controls)
- [WinUI](https://www.syncfusion.com/winui-controls)

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](https://www.syncfusion.com/forums)
, [support portal](https://support.syncfusion.com/)
, or [feedback portal](https://www.syncfusion.com/feedback/)
. We are happy to assist you!

## Related blogs

- [Top 5 Features in Visual Studio 2022](https://www.syncfusion.com/blogs/post/top-5-features-in-visual-studio-2022.aspx)
- [Introducing the .NET MAUI Toolbox for Visual Studio](https://www.syncfusion.com/blogs/post/dotnet-maui-visual-studio-toolbox.aspx)
- [Introducing Syncfusion Notification Support for Visual Studio](https://www.syncfusion.com/blogs/post/notification-visual-studio.aspx)
- [Streamline Your WPF Development with Syncfusion: Introducing the WPF Template Studio for Visual Studio](https://www.syncfusion.com/blogs/post/wpf-template-studio-visual-studio.aspx)
