(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Windows.Forms / Gtk / ScrollBars.cs
blob355b159bbfb0a148187b5a7e67eb95a7dd3b6725
1 //
2 // System.Windows.Forms.ScrollBars.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 ScrollBars {
16 Both = 3,
17 Horizontal = 1,
18 None = 0,
19 Vertical = 2