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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool EnableRefreshImage { get; set; }
Public Property EnableRefreshImage As Boolean
Get
Set
public:
property bool EnableRefreshImage {
bool get ();
void set (bool value);
}
member EnableRefreshImage : bool with get, set
Property Value
Type:
BooleanGets or sets a bool value indicating whether or not the KaxCaptchaImage can be refreshed.
See Also