KaxCaptchaIgnoreCase Property |
Gets or sets a bool value indicating whether the KaxCaptcha should ignore
the case of the letters or not.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public bool IgnoreCase { get; set; }
Public Property IgnoreCase As Boolean
Get
Set
public:
property bool IgnoreCase {
bool get ();
void set (bool value);
}
member IgnoreCase : bool with get, set
Property Value
Type:
BooleanBool value indicating whether the KaxCaptcha should ignore the case or not.
See Also