Back to Devexpress

AlertControl.Show Method

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-dot-show.md

latest4.4 KB
Original Source

AlertControl.Show Method

NameParametersDescription
Show(Object, IWin32Window)dataContext, ownerDisplays 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, infoDisplays an alert window displaying information from the specified AlertInfo structure.
Show(Form, String, String, SvgImage)owner, caption, text, svgImageDisplays a classic alert with customized settings.
Show(Form, String, String, Boolean)owner, caption, text, autoCloseFormOnClickDisplays an alert window with customized content settings.
Show(Form, String, String, Image)owner, caption, text, imageDisplays an alert window with the specified caption, text and image.
Show(Form, String, String, String, SvgImage, Object, Boolean)owner, caption, text, hotTrackedText, svgImage, tag, autoCloseFormOnClickDisplays 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, tagDisplays a classic alert with customized settings.
Show(Form, String, String, String, SvgImage)owner, caption, text, hotTrackedText, svgImageDisplays a classic alert with customized settings.
Show(Form, String, String, String, Image, Object, Boolean)owner, caption, text, hotTrackedText, image, tag, autoCloseFormOnClickDisplays an alert with customized settings and the capability to close on click.
Show(Form, String, String, String, Image, Object)owner, caption, text, hotTrackedText, image, tagDisplays an alert window with the specified settings.
Show(Form, String, String, String, Image)owner, caption, text, hotTrackedText, imageDisplays 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, hotTrackedTextDisplays 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, textDisplays an alert window with the specified text and caption.
Show(Form)ownerDisplays an empty alert form.