ToolStripDropDownButton Constructor (Image^)

 

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

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

public:
ToolStripDropDownButton(
	Image^ image
)

Parameters

image
Type: System.Drawing::Image^

An Image to be displayed on the ToolStripDropDownButton.

.NET Framework
Available since 2.0
Return to top
Show: