The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Label::TabStop Property
.NET Framework (current version)
Gets or sets a value indicating whether the user can tab to the Label. This property is not used by this class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property bool TabStop { bool get(); void set(bool value); }
The TabStop property is not relevant for the Label class, so setting TabStop to true has no effect.
.NET Framework
Available since 1.1
Available since 1.1
Show: