LinkLabel.TabStop Property

Definition

Gets or sets a value that indicates whether the user can tab to the LinkLabel.

C#
[System.ComponentModel.Browsable(true)]
public bool TabStop { get; set; }

Property Value

true if the user can tab to the LinkLabel;otherwise, false. The default is true.

Attributes

Remarks

The TabStop property is true by default, as long as there is at least one link of greater than zero length in the Links collection. The LinkLabel control has a single TabIndex value. However, each link of greater than zero length gets its own tab stop, in left-to-right order. To prevent tab navigation to the LinkLabel control, set the TabStop property to false. However, be aware that adding new links to the Links collection will automatically set the TabStop property to true again.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9