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

 

Initializes a new instance of the ToolStripStatusLabel class with the specified name 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,
	String^ name
)

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.

name
Type: System::String^

The name of the ToolStripStatusLabel.

.NET Framework
Available since 2.0
Return to top
Show: