This documentation is for the old version. Go to the latest Upload Suite docs

BaseControl.TabIndex Property

Gets or sets the tab index of the Web server control.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Overrides ReadOnly Property TabIndex As Short
C#
public override short TabIndex { get; }

Property Value

The tab index of the Web server control. The default is 0, which indicates that this property is not set.

See Also

Reference