-
Notifications
You must be signed in to change notification settings - Fork 1
Error DialogBox
Alexey Nesterov edited this page Nov 1, 2019
·
2 revisions
The error dialog box is a window with an error icon in the header and body of the message.
Default window title is "Error". How to change it, you can read here
In the simple case, it is enough
new ErrorDialogBox("Test error dialog box").OkButton();
This code will display a error dialog box with an OK button and "Test error dialog box" message.