ToolStripLabel::IsLink Property

 

Gets or sets a value indicating whether the ToolStripLabel is a hyperlink.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool IsLink {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true 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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: