AlertInfo Members
Contains information to be displayed in an alert window.Constructors
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| AutoCloseFormOnClick | Gets or sets whether or not an alert window associated with this AlertInfo object is automatically closed on click. |
| Caption | Gets or sets the caption of an alert window. |
| HotTrackedText | Gets or sets the text of an alert window, displayed when the text is hot-tracked. |
| Image | Gets or sets an image to be displayed in an alert window. |
| ImageOptions | Provides access to properties that allow you to set up raster and vector images for this AlertInfo class descendant. |
| SvgImage | Gets or sets the notification vector icon for this notification. |
| Tag | Gets or sets custom data associated with the current AlertInfo object. |
| Text | Gets or sets the text of an alert window. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines 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