Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets or sets a value indicating whether the user can tab to the Label. This property is not used by this class.

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

public:
[BrowsableAttribute(false)]
property bool TabStop {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

This property is not used by this class. The default is false.

The TabStop property is not relevant for the Label class, so setting TabStop to true has no effect.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft