Creates a default System.Windows.Forms.ToolStripItem with the specified text, image, and event handler on a new System.Windows.Forms.ToolStrip instance.
- text
- The text to use for the System.Windows.Forms.ToolStripItem. If the text parameter is a hyphen (-), this method creates a System.Windows.Forms.ToolStripSeparator.
- image
- The System.Drawing.Image to display on the System.Windows.Forms.ToolStripItem.
- onClick
- An event handler that raises the Control.Click event when the System.Windows.Forms.ToolStripItem is clicked.
A ToolStripButton.#ctor(string, System.Drawing.Image, EventHandler), or a System.Windows.Forms.ToolStripSeparator if the text parameter is a hyphen (-).