Skip to main content
A newer version of this page is available. .

AlertButton(Image, AlertButtonStyle) Constructor

Initializes a new instance of the AlertButton class with the specified image and button style.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public AlertButton(
    Image image,
    AlertButtonStyle style
)

Parameters

Name Type Description
image Image

A Image object that specifies the image to be displayed in a button. This value is assigned to the AlertButton.Image property.

style AlertButtonStyle

An AlertButtonStyle value that specifies the button style. This value is assigned to the AlertButton.Style property.

See Also