Back to Devexpress

CaptchaTextBoxStyle Class

aspnet-devexpress-dot-web-dot-captcha-4c7270d8.md

latest2.1 KB
Original Source

CaptchaTextBoxStyle Class

Contains style settings that specify the appearance of the captcha control’s text box.

Namespace : DevExpress.Web.Captcha

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CaptchaTextBoxStyle :
    EditStyleBase
vb
Public Class CaptchaTextBoxStyle
    Inherits EditStyleBase

The following members return CaptchaTextBoxStyle objects:

Remarks

A CaptchaTextBoxStyle object can be accessed via the ASPxCaptcha.TextBoxStyle property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle EditStyleBase CaptchaTextBoxStyle

See Also

CaptchaTextBoxStyle Members

Captcha Control

DevExpress.Web.Captcha Namespace