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