2002-7-1 DennisHayes <dennish@raytek.com>
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / Splitter.cs
1 //
2 // System.Windows.Forms.Splitter.cs
3 //
4 // Author:
5 //   stubbed out by Daniel Carrera (dcarrera@math.toronto.edu)
6 //
7 // (C) 2002 Ximian, Inc
8 //
9
10 namespace System.Windows.Forms {
11
12         // <summary>
13         //      This is only a template.  Nothing is implemented yet.
14         //
15         // </summary>
16
17     public class Splitter : Control, IMessageFilter {
18
19                 //
20                 //  --- Constructor
21                 //
22                 //[MonoTODO]
23                 //public Splitter()
24                 //{
25                 //      throw new NotImplementedException ();
26                 //}
27
28                 //
29                 //  --- Public Properties
30                 //
31                 //[MonoTODO]
32                 //public override  bool AllowDrop {
33                 //      get {
34                 //              throw new NotImplementedException ();
35                 //      }
36                 //      set {
37                 //              throw new NotImplementedException ();
38                 //      }
39                 //}
40                 //[MonoTODO]
41                 //public override  AnchorStyles Anchor {
42                 //      get {
43                 //              throw new NotImplementedException ();
44                 //      }
45                 //      set {
46                 //              throw new NotImplementedException ();
47                 //      }
48                 //}
49                 //[MonoTODO]
50                 //public override  Image BackgroundImage {
51                 //      get {
52                 //              throw new NotImplementedException ();
53                 //      }
54                 //      set {
55                 //              throw new NotImplementedException ();
56                 //      }
57                 //}
58                 //[MonoTODO]
59                 //public BorderStyle BorderStyle {
60                 //      get {
61                 //              throw new NotImplementedException ();
62                 //      }
63                 //      set {
64                 //              throw new NotImplementedException ();
65                 //      }
66                 //}
67                 //[MonoTODO]
68                 //public override DockStyle Dock {
69                 //      get {
70                 //              throw new NotImplementedException ();
71                 //      }
72                 //      set {
73                 //              throw new NotImplementedException ();
74                 //      }
75                 //}
76                 //[MonoTODO]
77                 //public override Font Font {
78                 //      get {
79                 //              throw new NotImplementedException ();
80                 //      }
81                 //      set {
82                 //              throw new NotImplementedException ();
83                 //      }
84                 //}
85                 //[MonoTODO]
86                 //public override Color ForeColor {
87                 //      get {
88                 //              throw new NotImplementedException ();
89                 //      }
90                 //      set {
91                 //              throw new NotImplementedException ();
92                 //      }
93                 //}
94                 //[MonoTODO]
95                 //public int MinExtra {
96                 //      get {
97                 //              throw new NotImplementedException ();
98                 //      }
99                 //      set {
100                 //              throw new NotImplementedException ();
101                 //      }
102                 //}
103                 //[MonoTODO]
104                 //public int MinSize {
105                 //      get {
106                 //              throw new NotImplementedException ();
107                 //      }
108                 //      set {
109                 //              throw new NotImplementedException ();
110                 //      }
111                 //}
112                 //[MonoTODO]
113                 //public override ISite Site {
114                 //      get {
115                 //              throw new NotImplementedException ();
116                 //      }
117                 //      set {
118                 //              throw new NotImplementedException ();
119                 //      }
120                 //}
121                 //[MonoTODO]
122                 //public int SplitPosition {
123                 //      get {
124                 //              throw new NotImplementedException ();
125                 //      }
126                 //      set {
127                 //              throw new NotImplementedException ();
128                 //      }
129                 //}
130                 //[MonoTODO]
131                 //public override string Text {
132                 //      get {
133                 //              throw new NotImplementedException ();
134                 //      }
135                 //      set {
136                 //              throw new NotImplementedException ();
137                 //      }
138                 //}
139
140                 //
141                 //  --- Public Methods
142                 //
143                 //[MonoTODO]
144                 //public IAsyncResult BeginInvoke(Delegate del)
145                 //{
146                 //      throw new NotImplementedException ();
147                 //}
148                 //[MonoTODO]
149                 //public IAsyncResult BeginInvoke(Delegate del, object[] obj)
150                 //{
151                 //      throw new NotImplementedException ();
152                 //}
153                 //[MonoTODO]
154                 //public void Dispose()
155                 //{
156                 //      throw new NotImplementedException ();
157                 //}
158                 //[MonoTODO]
159                 //public virtual bool Equals(object o);
160                 //{
161                 //      throw new NotImplementedException ();
162                 //}
163                 //[MonoTODO]
164                 //public static bool Equals(object o1, object o2);
165                 //{
166                 //      throw new NotImplementedException ();
167                 //}
168                 //[MonoTODO]
169                 //public void Invalidate()
170                 //{
171                 //      throw new NotImplementedException ();
172                 //}
173                 //[MonoTODO]
174                 //public void Invalidate(bool b)
175                 //{
176                 //      throw new NotImplementedException ();
177                 //}
178                 //[MonoTODO]
179                 //public void Invalidate(Rectangle rect)
180                 //{
181                 //      throw new NotImplementedException ();
182                 //}
183                 //[MonoTODO]
184                 //public void Invalidate(Region reg)
185                 //{
186                 //      throw new NotImplementedException ();
187                 //}
188                 //[MonoTODO]
189                 //public void Invalidate(Rectangle rect, bool b)
190                 //{
191                 //      throw new NotImplementedException ();
192                 //}
193                 //[MonoTODO]
194                 //public object Invoke(Delegate del)
195                 //{
196                 //      throw new NotImplementedException ();
197                 //}
198                 //[MonoTODO]
199                 //public object Invoke(Delegate del, object[] objs)
200                 //{
201                 //      throw new NotImplementedException ();
202                 //}
203                 //[MonoTODO]
204                 //public void PerformLayout()
205                 //{
206                 //      throw new NotImplementedException ();
207                 //}
208                 //[MonoTODO]
209                 //public void PerformLayout(Control ctl, string str)
210                 //{
211                 //      throw new NotImplementedException ();
212                 //}
213                 //[MonoTODO]
214                 //public void ResumeLayout()
215                 //{
216                 //      throw new NotImplementedException ();
217                 //}
218                 //[MonoTODO]
219                 //public void ResumeLayout(bool b)
220                 //{
221                 //      throw new NotImplementedException ();
222                 //}
223                 //[MonoTODO]
224                 //public void Scale(float val1)
225                 //{
226                 //      throw new NotImplementedException ();
227                 //}
228                 //[MonoTODO]
229                 //public void Scale(float val1, float val2)
230                 //{
231                 //      throw new NotImplementedException ();
232                 //}
233                 //[MonoTODO]
234                 //public void Select()
235                 //{
236                 //      throw new NotImplementedException ();
237                 //}
238                 //[MonoTODO]
239                 //public void SetBounds(int val1, int val2, int val3, int val4)
240                 //{
241                 //      throw new NotImplementedException ();
242                 //}
243                 //[MonoTODO]
244                 //public void SetBounds(int val1, int val2, int val3, int val4, BoundsSpcified bounds)
245                 //{
246                 //      throw new NotImplementedException ();
247                 //}
248                 //[MonoTODO]
249                 //public override string ToString()
250                 //{
251                 //      throw new NotImplementedException ();
252                 //}
253
254                 //
255                 //  --- Protected Properties
256                 //
257                 //[MonoTODO]
258                 //protected override CreateParams CreateParams {
259                 //      get {
260                 //              throw new NotImplementedException ();
261                 //      }
262                 //}
263                 //[MonoTODO]
264                 //protected override ImeMode DefaultImeMode {
265                 //      get {
266                 //              throw new NotImplementedException ();
267                 //      }
268                 //}
269                 //[MonoTODO]
270                 //protected override Size DefaultSize {
271                 //      get {
272                 //              throw new NotImplementedException ();
273                 //      }
274                 //}
275
276                 //
277                 //  --- Protected Methods
278                 //
279                 //[MonoTODO]
280                 //protected override void Dispose(bool val)
281                 //{
282                 //      throw new NotImplementedException ();
283                 //}
284                 //[MonoTODO]
285                 //protected override void OnKeyDown(KeyEventArgs e)
286                 //{
287                 //      throw new NotImplementedException ();
288                 //}
289                 //[MonoTODO]
290                 //protected override void OnMouseDown(MouseEventArgs e)
291                 //{
292                 //      throw new NotImplementedException ();
293                 //}
294                 //[MonoTODO]
295                 //protected override void OnMouseMove(MouseEventArgs e)
296                 //{
297                 //      throw new NotImplementedException ();
298                 //}
299                 //[MonoTODO]
300                 //protected override void OnMouseUp(MouseEventArgs e)
301                 //{
302                 //      throw new NotImplementedException ();
303                 //}
304                 //[MonoTODO]
305                 //ContentAlignment RtlTranslateAlignment(ContentAlignment calign)
306                 //{
307                 //      throw new NotImplementedException ();
308                 //}
309                 //[MonoTODO]
310                 //HorizontalAlignment RtlTranslateAlignment(HorizontalAlignment halign)
311                 //{
312                 //      throw new NotImplementedException ();
313                 //}
314                 //[MonoTODO]
315                 //LeftRightAlignment RtlTranslateAlignment(LeftRightAlignment lralign)
316                 //{
317                 //      throw new NotImplementedException ();
318                 //}
319                 //[MonoTODO]
320                 //protected virtual void Select(bool val1, bool val2)
321                 //{
322                 //      throw new NotImplementedException ();
323                 //}
324                 //[MonoTODO]
325                 //protected override void SetBoundsCore( int x, int y, int width, int height, BoundsSpecified specified)
326                 //{
327                 //      throw new NotImplementedException ();
328                 //}
329                 //[MonoTODO]
330                 //protected void UpdateBounds()
331                 //{
332                 //      throw new NotImplementedException ();
333                 //}
334                 //[MonoTODO]
335                 //protected void UpdateBounds(int val1, int val2, int val3, int val4)
336                 //{
337                 //      throw new NotImplementedException ();
338                 //}
339                 //[MonoTODO]
340                 //protected void UpdateBounds(int val1, int val2, int val3, int val4, int val5, int val6)
341                 //{
342                 //      throw new NotImplementedException ();
343                 //}
344          }
345 }