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: