Click or drag to resize
KaxCaptchaEnableRefreshImage Property
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.

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

Property Value

Type: Boolean
Gets or sets a bool value indicating whether or not the KaxCaptchaImage can be refreshed.
See Also