**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Windows.Forms / Gtk / TabSizeMode.cs
blobb8bd053207a766f50f723d0bb8f911a6333187c4
1 //
2 // System.Windows.Forms.TabSizeMode.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 TabSizeMode {
16 FillToRight = 1,
17 Fixed = 2,
18 Normal = 0