ToolStripStatusLabel Constructor
.NET Framework 4.5
Initializes a new instance of the ToolStripStatusLabel class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ToolStripStatusLabel() | Initializes a new instance of the ToolStripStatusLabel class. |
|
ToolStripStatusLabel(Image) | Initializes a new instance of the ToolStripStatusLabel class that displays the specified image. |
|
ToolStripStatusLabel(String) | Initializes a new instance of the ToolStripStatusLabel class that displays the specified text. |
|
ToolStripStatusLabel(String, Image) | Initializes a new instance of the ToolStripStatusLabel class that displays the specified image and text. |
|
ToolStripStatusLabel(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. |
|
ToolStripStatusLabel(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. |