Back to Devexpress

RefreshButtonStyle Class

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

latest2.3 KB
Original Source

RefreshButtonStyle Class

Contains style settings that define the appearance of the captcha control’s refresh button.

Namespace : DevExpress.Web.Captcha

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RefreshButtonStyle :
    AppearanceStyle
vb
Public Class RefreshButtonStyle
    Inherits AppearanceStyle

The following members return RefreshButtonStyle objects:

Remarks

A RefreshButtonStyle object can be accessed via the ASPxCaptcha.RefreshButtonStyle property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle RefreshButtonStyle

See Also

RefreshButtonStyle Members

Captcha Control

DevExpress.Web.Captcha Namespace