ToolStripLabel Constructor (Image^)

 

Initializes a new instance of the ToolStripLabel class, specifying the image to display.

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

public:
ToolStripLabel(
	Image^ image
)

Parameters

image
Type: System.Drawing::Image^

The Image to display on the ToolStripLabel.

.NET Framework
Available since 2.0
Return to top
Show: