(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Windows.Forms / Gtk / ControlStyles.cs
blob7267a24554c9863f756ecf5dcd3f0f4f49a1a4b2
1 //
2 // System.Windows.Forms.ControlStyles.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 [Flags]
16 public enum ControlStyles {
17 AllPaintingInWmPaint = 8192,
18 CacheText = 16384,
19 ContainerControl = 1,
20 DoubleBuffer = 65536,
21 EnableNotifyMessage = 32768,
22 FixedHeight = 64,
23 FixedWidth = 32,
24 Opaque = 4,
25 ResizeRedraw = 16,
26 Selectable = 512,
27 StandardClick = 256,
28 StandardDoubleClick = 4096,
29 SupportsTransparentBackColor = 2045,
30 UserMouse = 1024,
31 UserPaint = 2