Table of Contents

Enum MessageBox.MessageBoxType

Namespace
Pie.Windowing
Assembly
Pie.Windowing.dll

Contains various supported message box types.

public enum MessageBox.MessageBoxType

Fields

Error = 0

This message box shows an error.

Information = 2

This message box shows information.

Warning = 1

This message box shows a warning.