Skip to main content
A newer version of this page is available. .

AlertControl.Show Method

Name Parameters Description
Show(Form, AlertInfo) owner, info Displays an alert window displaying information from the specified AlertInfo structure.
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, 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.