Skip to content

Question DialogBox

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

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

In the simple case, it is enough

new QuestionDialogBox("Test question dialog box").OkButton(); 

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