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

The following procedure demonstrates how to create a ToolStrip and add seven ToolStripButton controls that represent typical tasks.

To add standard items in the designer

  1. Create a ToolStrip control.

  2. In the upper right corner of the ToolStrip, click the smart task arrow to display the ToolStrip Tasks pane.

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

See also