Skip to content

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.

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".

Clone this wiki locally