* Added all classes from F to H. Stubbed and commented out. *
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / GiveFeedbackEventArgs.cs
1 ////
2 //// System.Windows.Forms.GiveFeedbackEventArgs.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 //        public class GiveFeedbackEventArgs : EventArgs
13 //        {
14 //
15 //              //
16 //              // --- Constructor
17 //              //
18 //              [MonoTODO]
19 //              public GiveFeedbackEventArgs( DragDropEffects effect, bool useDefaultCursors )
20 //              {
21 //                      throw new NotImplementedException ();
22 //              }
23 //
24 //              //
25 //              // --- Public Properties
26 //              //
27 //              [MonoTODO]
28 //              public DragDropEffects effect Effect
29 //              {
30 //                      get { throw new NotImplementedException (); }
31 //              }
32 //              [MonoTODO]
33 //              public bool UseDefaultCursors
34 //              {
35 //                      get { throw new NotImplementedException (); }
36 //                      set { throw new NotImplementedException (); }
37 //              }
38 //
39 //              //
40 //              // --- Public Methods
41 //              //
42 //              [MonoTODO]
43 //              public virtual bool Equals(object o);
44 //              {
45 //                      throw new NotImplementedException ();
46 //              }
47 //              [MonoTODO]
48 //              public static bool Equals(object o1, object o2);
49 //              {
50 //                      throw new NotImplementedException ();
51 //              }
52 //      }
53 //}