ToolStripStatusLabel Constructor (Image^)

 

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

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

public:
ToolStripStatusLabel(
	Image^ image
)

Parameters

image
Type: System.Drawing::Image^

An Image that is displayed on the ToolStripStatusLabel.

.NET Framework
Available since 2.0
Return to top
Show: