Expand description
Allows the creation of message boxes.
Structsยง
- BoxReturn
- This depicts what button was pressed in the message box.
- Default
Button - The Default Button for the window. This defines which button should be selected when the MessageBox opens.
- Icon
Type - 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.
- Message
Box - A builder struct to create a MessageBox.
- Window
Type - The type of window the message box should be. A Window Type determines what buttons are shown.