ToolStripStatusLabel Constructor (String^, Image^, EventHandler^)
.NET Framework (current version)
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.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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
Available since 2.0
Show: