ToolStripLabel::IsLink Property
.NET Framework (current version)
Gets or sets a value indicating whether the ToolStripLabel is a hyperlink.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the ToolStripLabel is a hyperlink; otherwise, false. The default is false.
The following code example demonstrates how to initialize a ToolStripLabel to contain a link by setting the IsLink, LinkColor, ActiveLinkColor, VisitedLinkColor, LinkVisited and LinkBehavior properties.
.NET Framework
Available since 2.0
Available since 2.0
Show: