Back to Devexpress

AlertInfo Members

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertinfo-dot-underscore-members.md

latest7.3 KB
Original Source

AlertInfo Members

Contains information to be displayed in an alert window.

Constructors

NameDescription
AlertInfo(String, String, SvgImage)Initializes a new instance of the AlertInfo class with specified settings.
AlertInfo(String, String, Boolean)Initializes a new instance of the AlertInfo class with the specified settings.
AlertInfo(String, String, Image)Initializes a new instance of the AlertInfo class with the window caption, text and image.
AlertInfo(String, String, String, SvgImage, Object, Boolean)Initializes a new instance of the AlertInfo class with specified settings.
AlertInfo(String, String, String, SvgImage, Object)Initializes a new instance of the AlertInfo class with specified settings.
AlertInfo(String, String, String, SvgImage)Initializes a new instance of the AlertInfo class with specified settings.
AlertInfo(String, String, String, Image, Object, Boolean)Initializes a new instance of the AlertInfo class with the specified settings.
AlertInfo(String, String, String, Image, Object)Initializes a new instance of the AlertInfo class with the specified settings.
AlertInfo(String, String, String, Image)Initializes 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)Initializes 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)Initializes a new instance of the AlertInfo class with the specified window caption and text.

Properties

NameDescription
AutoCloseFormOnClickGets or sets whether or not an alert window associated with this AlertInfo object is automatically closed on click.
CaptionGets or sets the caption of an alert window.
HotTrackedTextGets or sets the text of an alert window, displayed when the text is hot-tracked.
ImageGets or sets an image to be displayed in an alert window.
ImageOptionsProvides access to properties that allow you to set up raster and vector images for this AlertInfo class descendant.
SvgImageGets or sets the notification vector icon for this notification.
TagGets or sets custom data associated with the current AlertInfo object.
TextGets or sets the text of an alert window.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

AlertInfo Class

DevExpress.XtraBars.Alerter Namespace