Files
docs-desktop/dotnet-desktop-guide/framework/winforms/controls/create-a-basic-wf-toolstrip-with-standard-items-using-the-designer.md
T
Andy De George c0ba284473 Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
2020-09-01 16:26:21 -07:00

1.3 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
Create a Basic ToolStrip with Standard Items Using the Designer 03/30/2017
ToolStrip control [Windows Forms], creating
toolbars [Windows Forms], creating
toolbars [Windows Forms], adding items
ToolStrip control [Windows Forms], adding standard items
028deb1a-acf8-4911-979a-ba8431cd9d82

How to: Create a Basic Windows Forms ToolStrip with Standard Items Using the Designer

The following procedure demonstrates how to create a xref:System.Windows.Forms.ToolStrip and add seven xref:System.Windows.Forms.ToolStripButton controls that represent typical tasks.

To add standard items in the designer

  1. Create a xref:System.Windows.Forms.ToolStrip control.

  2. In the upper right corner of the xref:System.Windows.Forms.ToolStrip, click the smart task arrow to display the ToolStrip Tasks pane.

  3. In the ToolStrip Tasks pane, choose Insert Standard Items.

See also