This property is not meaningful for this control.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public bool TabStop { get; set; }
Visual Basic
Public Property TabStop As Boolean
	Get
	Set
Visual C++
public:
property bool TabStop {
	bool get ();
	void set (bool value);
}
F#
member TabStop : bool with get, set

Property Value

Type: Boolean

See Also