ToolStripStatusLabel Constructor
Initializes a new instance of the ToolStripStatusLabel class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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. |
