(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Windows.Forms / WINELib / MessageBoxButtons.cs
blobcc0fa0dfaaf4d33fa3207ae6122b7b9764c5a2ec
1 //
2 // System.Windows.Forms.MessageBoxButtons.cs
3 //
4 // Author:
5 // Dennis Hayes (dennish@raytek.com)
6 // (C) 2002 Ximian, Inc. http://www.ximian.com
7 //
9 using System;
11 namespace System.Windows.Forms {
13 /// <summary>
14 /// </summary>
15 public enum MessageBoxButtons {
16 AbortRetryIgnore = 2,
17 OK = 0,
18 OKCancel = 1,
19 RetryCancel = 5,
20 YesNo = 4,
21 YesNoCancel = 3