Class MessageBox
A cross platform message box.
public static class MessageBox
- Inheritance
-
MessageBox
- Inherited Members
Methods
Show(MessageBoxType, string, string)
Create a new simple message box and show it.
public static void Show(MessageBox.MessageBoxType type, string title, string message)
Parameters
type
MessageBox.MessageBoxTypeThe message box's type.
title
stringThe title to use.
message
stringThe message to display.