Skip to content

Warning DialogBox

Alexey Nesterov edited this page Nov 1, 2019 · 1 revision

Warning dialog box is a window with an warning icon in the header and body of the message.
Default window title is "Warning". How to change it, you can read here

In the simple case, it is enough

new WarningDialogBox("Test warning dialog box").OkButton();

This code will display a warning dialog box with an OK button and "Test question dialog box" message.