messageBox

Displays a modal message box, blocking until the user dismisses it.

  1. MessageBoxButton messageBox(string title, string message, MessageBoxStyle style, MessageBoxIcon icon)
  2. int messageBox(string message, MessageBoxStyle style, MessageBoxIcon icon)

Return Value

the button pressed.

Meta