This topic has not yet been rated - Rate this topic

ToolStripSplitButton Constructor

Initializes a new instance of the ToolStripSplitButton class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method ToolStripSplitButton() Initializes a new instance of the ToolStripSplitButton class.
Public method ToolStripSplitButton(Image) Initializes a new instance of the ToolStripSplitButton class with the specified image.
Public method ToolStripSplitButton(String) Initializes a new instance of the ToolStripSplitButton class with the specified text.
Public method ToolStripSplitButton(String, Image) Initializes a new instance of the ToolStripSplitButton class with the specified text and image.
Public method ToolStripSplitButton(String, Image, EventHandler) Initializes a new instance of the ToolStripSplitButton class with the specified display text, image, and Click event handler.
Public method ToolStripSplitButton(String, Image, ToolStripItem[]) Initializes a new instance of the ToolStripSplitButton class with the specified text, image, and ToolStripItem array.
Public method ToolStripSplitButton(String, Image, EventHandler, String) Initializes a new instance of the ToolStripSplitButton class with the specified display text, image, Click event handler, and name.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.