aspnetmvc-15107-components-data-editors-extensions-captcha-visual-elements.md
This topic describes the visual elements of the Captcha.
The following visual elements are available.
The refresh button is used to refresh the code displayed within the challenge image. The table below lists the main members that affect the element’s appearance and functionality:
| Characteristics | Members |
|---|---|
| Settings | CaptchaSettings.RefreshButton |
| Style | CaptchaStyles.RefreshButton (via CaptchaSettings .Styles.RefreshButton ), CaptchaStyles.DisabledRefreshButton (via CaptchaSettings .Styles.DisabledRefreshButton ) |
| Localization | ASPxEditorsStringId.Captcha_RefreshText |
The challenge image is used to display the code in a Captcha. The table below lists the main members that affect the element’s appearance and functionality:
| Characteristics | Members |
|---|---|
| Animation | CaptchaSettings.EnableCallbackAnimation |
| Settings | CaptchaSettings.ChallengeImage |
| Localization | ASPxEditorsStringId.Captcha_DefaultImageAlternateText |
The text box is used to enter the code displayed by the challenge image. The table below lists the main members that affect the element’s appearance and functionality:
| Characteristics | Members |
|---|---|
| Settings | CaptchaSettings.TextBox |
| Style | CaptchaStyles.TextBox (via CaptchaSettings .Styles.TextBox ), CaptchaStyles.NullText (via CaptchaSettings .Styles.NullText ) |
| Localization | ASPxEditorsStringId.Captcha_DefaultTextBoxLabelText |
The loading panel is displayed within the challenge image while the code is refreshing.
The table below lists the main members that affect the element’s appearance and functionality:
| Characteristics | Members |
|---|---|
| Settings | CaptchaSettings.LoadingPanel |
| Style | CaptchaSettings.LoadingPanelStyle |
| Image | CaptchaSettings.LoadingPanelImage |