KaxCaptchaTabIndex Property |
Gets or sets the tabindex of the KaxCaptcha text box.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override short TabIndex { get; set; }
Public Overrides Property TabIndex As Short
Get
Set
public:
virtual property short TabIndex {
short get () override;
void set (short value) override;
}
abstract TabIndex : int16 with get, set
override TabIndex : int16 with get, set
Property Value
Type:
Int16The tabindex of the KaxCaptcha text box.
See Also