ToolStripLabel Constructor
Initializes a new instance of the ToolStripLabel class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | ToolStripLabel() | Initializes a new instance of the ToolStripLabel class. |
![]() | ToolStripLabel(Image^) | Initializes a new instance of the ToolStripLabel class, specifying the image to display. |
![]() | ToolStripLabel(String^) | Initializes a new instance of the ToolStripLabel class, specifying the text to display. |
![]() | ToolStripLabel(String^, Image^) | Initializes a new instance of the ToolStripLabel class, specifying the text and image to display. |
![]() | ToolStripLabel(String^, Image^, Boolean) | Initializes a new instance of the ToolStripLabel class, specifying the text and image to display and whether the ToolStripLabel acts as a link. |
![]() | ToolStripLabel(String^, Image^, Boolean, EventHandler^) | Initializes a new instance of the ToolStripLabel class, specifying the text and image to display, whether the ToolStripLabel acts as a link, and providing a Click event handler. |
![]() | ToolStripLabel(String^, Image^, Boolean, EventHandler^, String^) | Initializes a new instance of the ToolStripLabel class, specifying the text and image to display, whether the ToolStripLabel acts as a link, and providing a Click event handler and name for the ToolStripLabel. |
