Click or drag to resize
KaxCaptchaValidatedTextBox Property
Gets the TextBox that is being validated by the KaxCaptcha.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public TextBox ValidatedTextBox { get; }

Property Value

Type: TextBox
Returns a TextBox object that is being validated by the KaxCaptcha.
See Also