System.Windows.Forms.ToolStripLabel.LinkBehavior Property

Gets or sets a value that represents the behavior of a link.

Syntax

[System.ComponentModel.DefaultValue(System.Windows.Forms.LinkBehavior.SystemDefault)]
public LinkBehavior LinkBehavior { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property enables you to specify the behavior of links when they are displayed in the control. For example, if you want links to be displayed with an underline only when the mouse pointer is over a link, you can set this property to LinkBehavior.HoverUnderline. For more information about the types of behaviors that can be associated with a link, see System.Windows.Forms.LinkBehavior.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0