Click or drag to resize
KaxCaptchaTabIndex Property
Gets or sets the tabindex of the KaxCaptcha text box.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override short TabIndex { get; set; }

Property Value

Type: Int16
The tabindex of the KaxCaptcha text box.
See Also