(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Windows.Forms / WINELib / FlatStyle.cs
blob5f31c5fb20d27fd658c31cc5f1b9d013bef014c1
1 //
2 // System.Windows.Forms.FlatStyle.cs
3 //
4 // Author:
5 // Jaak Simm (jaaksimm@firm.ee)
6 // Dennis Hayes (dennish@raytek.com)
7 // (C) 2002 Ximian, Inc. http://www.ximian.com
8 //
10 using System;
12 namespace System.Windows.Forms {
15 /// <summary>
16 /// Specifies the appearance of a control.
17 /// </summary>
18 //[Serializable]
19 public enum FlatStyle {
21 //Values were verified with enumcheck.
22 Flat = 0,
23 Popup = 1,
24 Standard = 2,
25 System = 3,