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 int TabIndex { get; set; }
Visual Basic
Public Property TabIndex As Integer
	Get
	Set
Visual C++
public:
property int TabIndex {
	int get ();
	void set (int value);
}
F#
member TabIndex : int with get, set

Property Value

Type: Int32

See Also