AlertInfo Properties
Contains information to be displayed in an alert window.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. |
See Also