windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-dot-show.md
| Name | Parameters | Description |
|---|---|---|
| Show(Object, IWin32Window) | dataContext, owner | Displays an alert designed with an HTML template. This method overload specifies the data object from which data-bound HTML elements should retrieve their values. |
| Show(Form, AlertInfo) | owner, info | Displays an alert window displaying information from the specified AlertInfo structure. |
| Show(Form, String, String, SvgImage) | owner, caption, text, svgImage | Displays a classic alert with customized settings. |
| Show(Form, String, String, Boolean) | owner, caption, text, autoCloseFormOnClick | Displays an alert window with customized content settings. |
| Show(Form, String, String, Image) | owner, caption, text, image | Displays an alert window with the specified caption, text and image. |
| Show(Form, String, String, String, SvgImage, Object, Boolean) | owner, caption, text, hotTrackedText, svgImage, tag, autoCloseFormOnClick | Displays a classic alert with customized settings. The displayed alert can close on click. |
| Show(Form, String, String, String, SvgImage, Object) | owner, caption, text, hotTrackedText, svgImage, tag | Displays a classic alert with customized settings. |
| Show(Form, String, String, String, SvgImage) | owner, caption, text, hotTrackedText, svgImage | Displays a classic alert with customized settings. |
| Show(Form, String, String, String, Image, Object, Boolean) | owner, caption, text, hotTrackedText, image, tag, autoCloseFormOnClick | Displays an alert with customized settings and the capability to close on click. |
| Show(Form, String, String, String, Image, Object) | owner, caption, text, hotTrackedText, image, tag | Displays an alert window with the specified settings. |
| Show(Form, String, String, String, Image) | owner, caption, text, hotTrackedText, image | Displays an alert window with the specified text, caption, image and the text displayed when the window’s text region is hot-tracked. |
| Show(Form, String, String, String) | owner, caption, text, hotTrackedText | Displays an alert window with the specified text, caption and the text displayed when the window’s text region is hot-tracked. |
| Show(Form, String, String) | owner, caption, text | Displays an alert window with the specified text and caption. |
| Show(Form) | owner | Displays an empty alert form. |