Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.46 KB

File metadata and controls

27 lines (18 loc) · 1.46 KB
title Adding Commands to Toolbars
description Learn about adding your own commands to toolbars on windows in Visual Studio, including the main window, the Solution Explorer, and custom tool windows.
ms.date 11/04/2016
ms.topic concept-article
author tinaschrepfer
ms.author tinali
ms.subservice extensibility-integration

Add commands to toolbars

A toolbar is a horizontal or vertical strip that contains buttons bound to commands. You can add your own commands to toolbars on many different windows in Visual Studio: the main Visual Studio window, the Solution Explorer, and your own custom tool windows.

This section shows a number of things you can do with commands on toolbars.

In this section