Control..::..TabIndex Property

tab index

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public int TabIndex { get; set; }
Public Property TabIndex As Integer
	Get
	Set
public:
property int^ TabIndex {
	int^ get ();
	void set (int^ value);
}