Module messagebox

Module messagebox 

Source
Expand description

Allows the creation of message boxes.

Structsยง

BoxReturn
This depicts what button was pressed in the message box.
DefaultButton
The Default Button for the window. This defines which button should be selected when the MessageBox opens.
IconType
The type of Icon for the MessageBox. (Information, Warning, Error). Note: The Question icon is determined to be deprecated on Windows and does not exist on other operating systems.
MessageBox
A builder struct to create a MessageBox.
WindowType
The type of window the message box should be. A Window Type determines what buttons are shown.