MessageBox
Displays a modal message box, also known as a dialog box, that can contain text, buttons, and symbols that inform and instruct the user.
Last updated
Was this helpful?
Displays a modal message box, also known as a dialog box, that can contain text, buttons, and symbols that inform and instruct the user.
Last updated
Was this helpful?
The Wisej.NET MessageBox
cannot be instantiated directly. Display messages by calling the static MessageBox.Show
method, which accepts parameters for title, message, buttons, and icon configuration.
For a full list of properties, methods and events see the API documentation.
The MessageBox
supports several alert styles:
None
: No icon displayed
Error
: Red X or exclamation point indicating an error
Stop
: Stop sign icon
Hand
: Raised hand icon
Question
: Question mark in circle
Warning
: Exclamation point in triangle
Information
: Letter i in circle
Enable HTML content in messages by setting the allowHtml
parameter to true
:
Class name
"wisej.web.MessageBox"
Theme appearance
Source code
"messagebox", see