messageBox
- MessageBoxButton messageBox(string title, string message, MessageBoxStyle style, MessageBoxIcon icon)
- int messageBox(string message, MessageBoxStyle style, MessageBoxIcon icon)
- MessageBoxButton messageBox(Window originator, string title, string message, MessageBoxStyle style, MessageBoxIcon icon)
- int messageBox(Window originator, string message, MessageBoxStyle style, MessageBoxIcon icon)
arsd minigui
aliasesclassesenumsfunctionsmixin templatesstructstemplatesvariables
Displays a modal message box, blocking until the user dismisses it. These global ones are discouraged in favor of the same methods on Window, which give better user experience since the message box is tied the parent window instead of acting independently.