Represents a nonselectable System.Windows.Forms.ToolStripItem that renders text and images and can display hyperlinks.
See Also: ToolStripLabel Members
Use the System.Windows.Forms.ToolStripLabel class to create a label that can render text and images that can implement the ToolStripItem.TextAlign and ToolStripItem.ImageAlign properties. The System.Windows.Forms.ToolStripLabel also has many properties that enable it to display one or more hyperlinks, and other properties that modify the appearance and behavior of hyperlinks.
The System.Windows.Forms.ToolStripLabel is like a System.Windows.Forms.ToolStripButton that does not get focus by default and that does not render as pushed or highlighted.
System.Windows.Forms.ToolStripLabel as a hosted item supports access keys.
Use the LinkLabel.LinkColor, LinkLabel.LinkVisited, and LinkLabel.LinkBehavior properties on a System.Windows.Forms.ToolStripLabel to support link control in a System.Windows.Forms.ToolStrip.