ToolStripStatusLabel Constructor (String^, Image^)

 

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

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

public:
ToolStripStatusLabel(
	String^ text,
	Image^ image
)

Parameters

text
Type: System::String^

A String representing the text to be displayed on the ToolStripStatusLabel.

image
Type: System.Drawing::Image^

An Image that is displayed on the ToolStripStatusLabel.

.NET Framework
Available since 2.0
Return to top
Show: