Table of Contents

Class MessageBox

Namespace
Pie.Windowing
Assembly
Pie.Windowing.dll

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.MessageBoxType

The message box's type.

title string

The title to use.

message string

The message to display.