Skip to content

Information DialogBox

Alexey Nesterov edited this page Nov 1, 2019 · 4 revisions

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

In the simple case, it is enough

 new InformationDialogBox("Test information dialog box").OkButton();

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