Skip to main content

ASPxClientCaptcha Class

Represents the client-side equivalent of the ASPxCaptcha control.

#Declaration

TypeScript
declare class ASPxClientCaptcha extends ASPxClientControl

#Remarks

In addition to the common functionality inherited from its ancestors, the ASPxClientCaptcha object allows you to refresh the code displayed within the editor’s challenge image (the ASPxClientCaptcha.Refresh).

Note

The client-side programmatic interface is available if the editor’s ASPxCaptcha.ClientInstanceName property is defined or any client event is handled.

#Inheritance

See Also