Click or drag to resize
KaxCaptcha Properties

The KaxCaptcha type exposes the following members.

Properties
  Name Description
Public property AccessKey
Gets or sets the KaxCaptcha text box access key.
(Overrides KaxWebControl.AccessKey.)
Public property CaptchaAudioLinkButtonText
Gets or sets the text of the LinkButton that gets the Captcha Audio Code.
Public property CaptchaImage
Public property CaptchaLinkButtonText
Gets or sets the text of the LinkButton that generates new CaptchaImage.
Public property CaptchaMaxTimeout
Gets or sets the maximum number of minutes KaxCaptcha will be cached and valid. If you're too slow, you may be a KaxCaptcha hack attempt. Set to zero to disable.
Public property CaptchaTextBoxCssClass
Gets or sets the CSS class applied to the KaxCaptcha input textbox.
Public property CaptchaTextBoxLabel
Gets or sets the label which explains that the user needs to input the KaxCaptcha text box.
Public property CaptchaTextBoxLabelCssClass
Gets or sets the CSS class to the label which explains that the user needs to input the KaxCaptcha text box.
Public property Display
Gets or sets display behavior of error message.
Public property Enabled
Gets or sets a value indicating whether the Web server control is enabled.
Public property EnableEmbeddedBaseStylesheet (Overrides KaxWebControl.EnableEmbeddedBaseStylesheet.)
Public property EnableEmbeddedSkins (Overrides KaxWebControl.EnableEmbeddedSkins.)
Public property EnableRefreshImage
Gets or sets a bool value indicating whether or not the KaxCaptchaImage can be refreshed. The "rcRefreshImage" CSS class should be used for changing the skinning of the LinkButton, that generates the new image.
Public property ErrorMessage
The error message text generated when the condition being validated fails.
Public property ForeColor
Gets or sets the fore color of the error message.
(Overrides KaxWebControl.ForeColor.)
Public property HttpHandlerUrl
Specifies the URL of the HTTPHandler that serves the captcha image.
Public property IgnoreCase
Gets or sets a bool value indicating whether the KaxCaptcha should ignore the case of the letters or not.
Public property ImageStorageLocation
Gets or sets the storage medium for the CaptchaImage.
Public property InvisibleTextBoxLabel
Gets or sets the invisible textbox strategy label text.
Public property IsValid
Gets or sets a value indicating whether the user-entered content in the KaxCaptcha control passes validation.
Public property MinTimeout
Gets or sets the minimum number of seconds form must be displayed before it is valid. If you're too fast, you must be a robot.
Public property ProtectionMode
Gets or sets which startegies are/to be used for automatic robot discovery.
Public property TabIndex
Gets or sets the tabindex of the KaxCaptcha text box.
(Overrides KaxWebControl.TabIndex.)
Public property ValidatedTextBox
Gets the TextBox that is being validated by the KaxCaptcha.
Public property ValidatedTextBoxID
Gets or sets the ID of the textbox to be validated, when only the KaxCaptcha image is rendered on the page.
Public property ValidationGroup
Gets or sets the validation group.
Top
See Also