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

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
public override short TabIndex { get; set; }
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<BrowsableAttribute(False)> _
Public Overrides Property TabIndex As Short
	Get
	Set

Field Value

Return Value

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

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException The specified tab index is not between -32768 and 32767.

See Also