Added uninstall target
[mono.git] / mcs / class / System.Windows.Forms / WINELib / InputLanguage.cs
1 //\r
2 // System.Windows.Forms.InputLanguage.cs\r
3 //\r
4 // Author:\r
5 //   stubbed out by Daniel Carrera (dcarrera@math.toronto.edu)\r
6 //   Dennis Hayes (dennish@Raytek.com)\r
7 //\r
8 // (C) 2002 Ximian, Inc\r
9 //\r
10 using System.Globalization;\r
11 namespace System.Windows.Forms {\r
12 \r
13         // <summary>\r
14         //      This is only a template.  Nothing is implemented yet.\r
15         //\r
16         // </summary>\r
17 \r
18     public sealed class InputLanguage {\r
19 \r
20                 //\r
21                 //  --- Public Properties\r
22                 //\r
23                 [MonoTODO]\r
24                 public CultureInfo Culture {\r
25                         get {\r
26                                 throw new NotImplementedException ();\r
27                         }\r
28                 }\r
29                 [MonoTODO]\r
30                 public static InputLanguage CurrentInputLanguage {\r
31                         get {\r
32                                 throw new NotImplementedException ();\r
33                         }\r
34                         set {\r
35                                 throw new NotImplementedException ();\r
36                         }\r
37                 }\r
38                 [MonoTODO]\r
39                 public static InputLanguage DefaultInputLanguage {\r
40                         get {\r
41                                 throw new NotImplementedException ();\r
42                         }\r
43                 }\r
44                 [MonoTODO]\r
45                 public IntPtr Handle {\r
46                         get {\r
47                                 throw new NotImplementedException ();\r
48                         }\r
49                 }\r
50                 [MonoTODO]\r
51                 public static InputLanguageCollection InstalledInputLanguages {\r
52                         get {\r
53                                 throw new NotImplementedException ();\r
54                         }\r
55                 }\r
56                 [MonoTODO]\r
57                 public string LayoutName {\r
58                         get {\r
59                                 throw new NotImplementedException ();\r
60                         }\r
61                 }\r
62 \r
63                 //\r
64                 //  --- Public Methods\r
65                 //\r
66                 [MonoTODO]\r
67                 public override bool Equals(object o)\r
68                 {\r
69                         throw new NotImplementedException ();\r
70                 }\r
71                 //public static bool Equals(object o1, object o2)\r
72                 //{\r
73                 //      throw new NotImplementedException ();\r
74                 //}\r
75                 [MonoTODO]\r
76                 public static InputLanguage FromCulture(CultureInfo culture)\r
77                 {\r
78                         throw new NotImplementedException ();\r
79                 }\r
80                 [MonoTODO]\r
81                 public override int GetHashCode()\r
82                 {\r
83                         throw new NotImplementedException ();\r
84                 }\r
85          }\r
86 }\r