(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Windows.Forms / Gtk / ImeMode.cs
blob37bbb973380dfce3422167bda37261bbf5094b4e
1 //
2 // System.Windows.Forms.ImeMode.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 ImeMode {
16 Alpha = 8,
17 AlphaFull = 7,
18 Disable = 3,
19 Hangul = 10,
20 HangulFull = 9,
21 Hiragana = 4,
22 Inherit = -1,
23 Katakana = 5,
24 KatakanaHalf = 6,
25 NoControl = 0,
26 Off = 2,
27 On = 1