AlertInfo Constructors
Contains information to be displayed in an alert window.Name | Parameters | Description |
---|---|---|
AlertInfo(String, String, SvgImage) | caption, text, svgImage | Initializes a new instance of the AlertInfo class with specified settings. |
AlertInfo(String, String, Boolean) | caption, text, autoCloseFormOnClick | Initializes a new instance of the AlertInfo class with the specified settings. |
AlertInfo(String, String, Image) | caption, text, image | Initializes 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, autoCloseFormOnClick | Initializes a new instance of the AlertInfo class with specified settings. |
AlertInfo(String, String, String, SvgImage, Object) | caption, text, hotTrackedText, svgImage, tag | Initializes a new instance of the AlertInfo class with specified settings. |
AlertInfo(String, String, String, SvgImage) | caption, text, hotTrackedText, svgImage | Initializes a new instance of the AlertInfo class with specified settings. |
AlertInfo(String, String, String, Image, Object, Boolean) | caption, text, hotTrackedText, image, tag, autoCloseFormOnClick | Initializes a new instance of the AlertInfo class with the specified settings. |
AlertInfo(String, String, String, Image, Object) | caption, text, hotTrackedText, image, tag | Initializes a new instance of the AlertInfo class with the specified settings. |
AlertInfo(String, String, String, Image) | caption, text, hotTrackedText, 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) | caption, text, hotTrackedText | 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) | caption, text | Initializes a new instance of the AlertInfo class with the specified window caption and text. |
See Also