How do I add tools to my Toolbox?

  • Adding built-in tools
  • Adding model tools
  • Adding script tools
  • Adding specialized tools

You can add tools to a toolbox, or to a toolset within a toolbox, as long as you have write permission to the toolbox. System toolboxes—those provided by Esri—are read-only, so you cannot add tools to system toolboxes.

The way you add tools differs according to the tool type: built-in, model, script, or specialized. For all tools, you right-click the toolbox or toolset, then click either Add or New.

Tool typeDescription

How do I add tools to my Toolbox?

Built-in tool. These tools are built using ArcObjects and a compiled programming language like .NET.

How do I add tools to my Toolbox?

Model tool. These tools are created using ModelBuilder.

How do I add tools to my Toolbox?

Script tool. These tools are created using the Script tool wizard and run a script file on disk, such as a Python file (.py), AML file (.aml), or executable (.exe or .bat).

How do I add tools to my Toolbox?

Specialized tool. These tools are rare—they are built by system developers and have their own unique user interface for using the tool. The ArcGIS Data Interoperability extension contains specialized tools.

Adding built-in tools

  1. In the Catalog window, ArcToolbox window, or ArcCatalog, right-click either the toolbox or one of its toolsets and click Add > Tool. A dialog box appears listing all built-in tools.
    How do I add tools to my Toolbox?
  2. In the Add Tool dialog box, expand the toolboxes and toolsets, then check the tools you want to add to your toolbox or toolset.

    If you check the toolbox, all tools within the toolbox are added. If you check a toolset within a toolbox, all tools within the toolset are added. In either case, the toolsets aren't copied over—just the tools within them are.

  3. Click OK.

Adding model tools

You can add a model tool by copying and pasting an existing model tool. The procedure below adds a new empty model to your toolbox or toolset.

  1. In the Catalog window, ArcToolbox window, or ArcCatalog, right-click either the toolbox or one of its toolsets and click New > Model.

A new model is created with the default name, and the ModelBuilder window opens. Create your model by adding elements. When you save the model, it is saved to the model you created.

Adding script tools

  1. In the Catalog window, ArcToolbox window, or ArcCatalog, right-click either the toolbox or one of its toolsets and click Add > Script. The Add Script dialog box opens.

    Learn more about creating a script tool

Adding specialized tools

The way you add specialized tools is determined by the developer of the custom tool. As of this writing, the only specialized tools delivered by ArcGIS are in the Data Interoperability extension. These tools are added by right-clicking the toolbox or toolset and clicking New > Spatial ETL tool.

Learn more about the Data Interoperability extension

  • Adding a script tool
  • A quick tour of using a service in ArcGIS for Desktop
  • A quick tour of finding tools
  • A quick tour of managing tools and toolboxes
  • What is a Python toolbox?
  • Creating a toolbox
Feedback on this topic?

Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

  • Article
  • 09/01/2022
  • 2 minutes to read

In this article

Applies to:

How do I add tools to my Toolbox?
Visual Studio
How do I add tools to my Toolbox?
Visual Studio for Mac
How do I add tools to my Toolbox?
Visual Studio Code

The Toolbox window displays controls that you can add to Visual Studio projects. To open Toolbox, choose View > Toolbox from the menu bar, or press Ctrl+Alt+X.

How do I add tools to my Toolbox?

You can drag and drop different controls onto the surface of the designer you are using, and resize and position the controls.

Toolbox appears in conjunction with designer views, such as the designer view of a XAML file or a Windows Forms App project. Toolbox displays only those controls that can be used in the current designer. You can search within Toolbox to further filter the items that appear.

Note

For some project types, Toolbox may not show any items.

The .NET version that your project targets also affects the set of controls visible in Toolbox. You can change the target framework version from the project's property pages, if necessary. Select the project node in Solution Explorer, and then on the menu bar, choose Project > projectname Properties. On the Application tab, use the Target framework drop-down.

How do I add tools to my Toolbox?

By default, Toolbox is collapsed along the left side of the Visual Studio IDE and appears when the cursor is moved over it. You can pin Toolbox (by clicking the Pin icon on its toolbar) so that it remains open when you move the cursor. You can also undock the Toolbox window and drag it anywhere on your screen. You can dock, undock, and hide Toolbox by right-clicking its toolbar and selecting one of the options.

Tip

If the Toolbox no longer appears as collapsed along the left side of the Visual Studio IDE, you can add it back by choosing Window > Reset Window Layout from the menu bar.

You can rearrange the items in a Toolbox tab or add custom tabs and items by using the following commands on the right-click context menu:

  • Rename Item - Renames the selected item.

  • List View - Shows the controls in a vertical list. If unchecked, the controls appear horizontally.

  • Show All - Shows all possible controls (not just the ones that apply to the current designer).

  • Choose Items - Opens the Choose Toolbox Items dialog box so that you can specify the items that appear in the Toolbox. You can show or hide an item by selecting or clearing its check box.

  • Sort Items Alphabetically - Sorts the items by name.

  • Reset Toolbar - Restores the default Toolbox settings and items.

  • Add Tab - Adds a new Toolbox tab.

  • Move Up - Moves the selected item up.

  • Move Down - Moves the selected item down.

You can create custom Toolbox controls, starting either with a project template that's based on Windows Presentation Foundation or on Windows Forms. You can then distribute your custom control to your teammates, or publish it on the web by using the Toolbox Controls Installer.

Next steps

Peruse the following links to learn more about some of the available Toolbox tabs:

  • Toolbox, Data Tab
  • Toolbox, Components Tab
  • Toolbox, HTML Tab

See also

  • Choose Toolbox items, WPF components

Feedback

Submit and view feedback for

How do I add tools to my toolbar?

On the Standard toolbar, click Customize > Customize Mode. In the Customize window, click the Commands tab. In the Categories list, click the toolbox that contains the tool. All toolboxes have Tools appended to their name.

How do I customize my Visual Studio toolbox?

Add custom controls to Visual Studio toolbox.
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..
Then, right-click anywhere inside the new tab, and then select Choose Items..

How do I add more toolboxes in Visual Studio?

The Toolbox window displays controls that you can add to Visual Studio projects. To open Toolbox, choose View > Toolbox from the menu bar, or press Ctrl+Alt+X. You can drag and drop different controls onto the surface of the designer you are using, and resize and position the controls.

How do I add a new toolbox in Arcgis 10?

To do this: Open ArcCatalog (or the Catlog window of ArcMap) Browse to the location you wish to use (i.e., a project folder or a dedicated Toolboxes folder on your computer, network or thumb drive) Right-click on the desired folder where you want your new toolbox and choose New and then Toolbox.