ToolStripStatusLabel Constructor (String^, Image^, EventHandler^)

 

Initializes a new instance of the ToolStripStatusLabel class that displays the specified image and text, and that carries out the specified action when the user clicks the ToolStripStatusLabel.

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

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

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.

onClick
Type: System::EventHandler^

Specifies the action to carry out when the control is clicked.

.NET Framework
Available since 2.0
Return to top
Show: