LinkLabel::TabStop Property
.NET Framework (current version)
Gets or sets a value that indicates whether the user can tab to the LinkLabel.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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.
.NET Framework
Available since 4.0
Available since 4.0
Show: