Back to Devexpress

AlertInfo Constructors

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertinfo-dot-ctor.md

latest4.3 KB
Original Source

AlertInfo Constructors

Contains information to be displayed in an alert window.

NameParametersDescription
AlertInfo(String, String, SvgImage)caption, text, svgImageInitializes a new instance of the AlertInfo class with specified settings.
AlertInfo(String, String, Boolean)caption, text, autoCloseFormOnClickInitializes a new instance of the AlertInfo class with the specified settings.
AlertInfo(String, String, Image)caption, text, imageInitializes a new instance of the AlertInfo class with the window caption, text and image.
AlertInfo(String, String, String, SvgImage, Object, Boolean)caption, text, hotTrackedText, svgImage, tag, autoCloseFormOnClickInitializes a new instance of the AlertInfo class with specified settings.
AlertInfo(String, String, String, SvgImage, Object)caption, text, hotTrackedText, svgImage, tagInitializes a new instance of the AlertInfo class with specified settings.
AlertInfo(String, String, String, SvgImage)caption, text, hotTrackedText, svgImageInitializes a new instance of the AlertInfo class with specified settings.
AlertInfo(String, String, String, Image, Object, Boolean)caption, text, hotTrackedText, image, tag, autoCloseFormOnClickInitializes a new instance of the AlertInfo class with the specified settings.
AlertInfo(String, String, String, Image, Object)caption, text, hotTrackedText, image, tagInitializes a new instance of the AlertInfo class with the specified settings.
AlertInfo(String, String, String, Image)caption, text, hotTrackedText, imageInitializes a new instance of the AlertInfo class with the specified window caption, text, image and the text that is to be displayed when the text area is hot-tracked.
AlertInfo(String, String, String)caption, text, hotTrackedTextInitializes a new instance of the AlertInfo class with the specified window caption, text, and the text that is to be displayed when the text area is hot-tracked.
AlertInfo(String, String)caption, textInitializes a new instance of the AlertInfo class with the specified window caption and text.

See Also

AlertInfo Class

AlertInfo Members

DevExpress.XtraBars.Alerter Namespace