ToolStrip - Button types

ToolStrip items can perform a variety of functions, depending on the type of button.

Following types are the possible:

  • ToolStripButton - Simple command button.
  • ToolStripMenuButton - Command button with drop-down menu.
  • ToolStripRadioButton - The button functions as a radio button in a group of items where exactly one is checked at any time.
  • ToolStripCheckButton - The button functions as a checkbox.
  • ToolStripSeparator - A break item that has no functionality.

Create
Cut
Copy
Paste

There are following button types in this sample:

  • Cut, Copy, Paste - Simple command button.
  • Create - Command button with drop-down menu.
  • Align - The button functions as a radio button in a group of items where exactly one is checked at any time.
  • Bold, Italic, Underline - The button functions as a checkbox.