ToolStripDropDownButton Constructor

 

Initializes a new instance of the ToolStripDropDownButton class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodToolStripDropDownButton()

Initializes a new instance of the ToolStripDropDownButton class.

System_CAPS_pubmethodToolStripDropDownButton(Image^)

Initializes a new instance of the ToolStripDropDownButton class that displays the specified image.

System_CAPS_pubmethodToolStripDropDownButton(String^)

Initializes a new instance of the ToolStripDropDownButton class that displays the specified text.

System_CAPS_pubmethodToolStripDropDownButton(String^, Image^)

Initializes a new instance of the ToolStripDropDownButton class that displays the specified text and image.

System_CAPS_pubmethodToolStripDropDownButton(String^, Image^, EventHandler^)

Initializes a new instance of the ToolStripDropDownButton class that displays the specified text and image and raises the Click event.

System_CAPS_pubmethodToolStripDropDownButton(String^, Image^, EventHandler^, String^)

Initializes a new instance of the ToolStripDropDownButton class that has the specified name, displays the specified text and image, and raises the Click event.

System_CAPS_pubmethodToolStripDropDownButton(String^, Image^, array<ToolStripItem^>^)

Initializes a new instance of the ToolStripDropDownButton class.

Return to top
Show: