Fixed "extra byte" problem (see ChangeLong)
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / ListControl.cs
1 //
2 // System.Windows.Forms.ListControl
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 abstract class ListControl : Control {
18
19                 //
20                 //  --- Public Properties
21                 //
22                 //[MonoTODO]
23                 //public object DataSource {
24                 //      get {
25                 //              throw new NotImplementedException ();
26                 //      }
27                 //      set {
28                 //              throw new NotImplementedException ();
29                 //      }
30                 //}
31                 //[MonoTODO]
32                 //public string DisplayMember {
33                 //      get {
34                 //              throw new NotImplementedException ();
35                 //      }
36                 //      set {
37                 //              throw new NotImplementedException ();
38                 //      }
39                 //}
40                 //[MonoTODO]
41                 //public abstract int SelectedIndex {
42                 //      get {
43                 //              throw new NotImplementedException ();
44                 //      }
45                 //      set {
46                 //              throw new NotImplementedException ();
47                 //      }
48                 //}
49                 //[MonoTODO]
50                 //public object SelectedValue {
51                 //      get {
52                 //              throw new NotImplementedException ();
53                 //      }
54                 //      set {
55                 //              throw new NotImplementedException ();
56                 //      }
57                 //}
58                 //[MonoTODO]
59                 //public ValueMember {
60                 //      get {
61                 //              throw new NotImplementedException ();
62                 //      }
63                 //      set {
64                 //              throw new NotImplementedException ();
65                 //      }
66                 //}
67
68                 //
69                 //  --- Public Methods
70                 //
71                 //[MonoTODO]
72                 //public IAsyncResult BeginInvoke(Delegate del)
73                 //{
74                 //      throw new NotImplementedException ();
75                 //}
76                 //[MonoTODO]
77                 //public IAsyncResult BeginInvoke(Delegate del, object[] objs)
78                 //{
79                 //      throw new NotImplementedException ();
80                 //}
81                 //[MonoTODO]
82                 //public void Dispose()
83                 //{
84                 //      throw new NotImplementedException ();
85                 //}
86                 //[MonoTODO]
87                 //public virtual bool Equals(object o);
88                 //{
89                 //      throw new NotImplementedException ();
90                 //}
91                 //[MonoTODO]
92                 //public static bool Equals(object o1, object o2);
93                 //{
94                 //      throw new NotImplementedException ();
95                 //}
96                 //[MonoTODO]
97                 //public string GetItemText(object Item)
98                 //{
99                 //      throw new NotImplementedException ();
100                 //}
101                 //[MonoTODO]
102                 //public void Invalidate()
103                 //{
104                 //      throw new NotImplementedException ();
105                 //}
106                 //[MonoTODO]
107                 //public void Invalidate(bool val)
108                 //{
109                 //      throw new NotImplementedException ();
110                 //}
111                 //[MonoTODO]
112                 //public void Invalidate(Rectangle rect)
113                 //{
114                 //      throw new NotImplementedException ();
115                 //}
116                 //[MonoTODO]
117                 //public void Invalidate(Region reg)
118                 //{
119                 //      throw new NotImplementedException ();
120                 //}
121                 //[MonoTODO]
122                 //public object Invoke(Delegate del)
123                 //{
124                 //      throw new NotImplementedException ();
125                 //}
126                 //[MonoTODO]
127                 //public object Invoke(Delegate del, object[] objs)
128                 //{
129                 //      throw new NotImplementedException ();
130                 //}
131                 //[MonoTODO]
132                 //public void PerformLayout()
133                 //{
134                 //      throw new NotImplementedException ();
135                 //}
136                 //[MonoTODO]
137                 //public void PerformLayout(Control ctl, string str)
138                 //{
139                 //      throw new NotImplementedException ();
140                 //}
141                 //[MonoTODO]
142                 //public void ResumeLayout()
143                 //{
144                 //      throw new NotImplementedException ();
145                 //}
146                 //[MonoTODO]
147                 //public void ResumeLayout(bool val)
148                 //{
149                 //      throw new NotImplementedException ();
150                 //}
151                 //[MonoTODO]
152                 //public void Scale(float val)
153                 //{
154                 //      throw new NotImplementedException ();
155                 //}
156                 //[MonoTODO]
157                 //public void Scale(float val1, float val2)
158                 //{
159                 //      throw new NotImplementedException ();
160                 //}
161                 //[MonoTODO]
162                 //public void Select()
163                 //{
164                 //      throw new NotImplementedException ();
165                 //}
166                 //[MonoTODO]
167                 //public virtual void Select(bool val1, bool val2)
168                 //{
169                 //      throw new NotImplementedException ();
170                 //}
171                 //[MonoTODO]
172                 //public void SetBounds(int val1, int val2, int val3, int val4)
173                 //{
174                 //      throw new NotImplementedException ();
175                 //}
176                 //[MonoTODO]
177                 //public void SetBounds(int val1, int val2, int val3, int val4, BoundsSpecified bounds)
178                 //{
179                 //      throw new NotImplementedException ();
180                 //}
181
182                 //
183                 //  --- Public Events
184                 //
185                 //[MonoTODO]
186                 //public event EventHandler DataSourceChanged {
187                 //      add {
188                 //              throw new NotImplementedException ();
189                 //      }
190                 //      remove {
191                 //              throw new NotImplementedException ();
192                 //      }
193                 //}
194                 //[MonoTODO]
195                 //public event EventHandler DisplayMemberChanged {
196                 //      add {
197                 //              throw new NotImplementedException ();
198                 //      }
199                 //      remove {
200                 //              throw new NotImplementedException ();
201                 //      }
202                 //}
203
204                 //
205                 // --- Protected Constructor
206                 //
207                 //[MonoTODO]
208                 //protected ListControl()
209                 //{
210                 //      throw new NotImplementedException ();
211                 //}
212
213                 //
214                 //  --- Protected Properties
215                 //
216                 //[MonoTODO]
217                 //protected CurrencyManager DataManager {
218                 //      get {
219                 //              throw new NotImplementedException ();
220                 //      }
221                 //}
222
223
224                 //
225                 //  --- Protected Methods
226                 //
227                 //[MonoTODO]
228                 //protected override void Dispose(bool val)
229                 //{
230                 //      throw new NotImplementedException ();
231                 //}
232                 //[MonoTODO]
233                 //protected override bool IsInputkey(Keys keyData)
234                 //{
235                 //      throw new NotImplementedException ();
236                 //}
237                 //[MonoTODO]
238                 //protected override void OnBindingContextChanged(EventArgs e)
239                 //{
240                 //      throw new NotImplementedException ();
241                 //}
242
243                 //[MonoTODO]
244                 //protected abstract void RefreshItem(int index)
245                 //{
246                 //      throw new NotImplementedException ();
247                 //}
248                 //[MonoTODO]
249                 //protected ContentAlignment RtlTranslateAlignment(ContentAlignment align)
250                 //{
251                 //      throw new NotImplementedException ();
252                 //}
253                 //[MonoTODO]
254                 //protected HorizontalAlignment RtlTranslateAlignment(HorizontalAlignment align)
255                 //{
256                 //      throw new NotImplementedException ();
257                 //}
258                 //[MonoTODO]
259                 //protected LeftRightAlignment RtlTranslateAlignment(LeftRightAlignment align)
260                 //{
261                 //      throw new NotImplementedException ();
262                 //}
263                 //[MonoTODO]
264                 //protected void Select()
265                 //{
266                 //      throw new NotImplementedException ();
267                 //}
268                 //[MonoTODO]
269                 //protected void UpdateBounds()
270                 //{
271                 //      throw new NotImplementedException ();
272                 //}
273                 //[MonoTODO]
274                 //protected void UpdateBounds(int val1, int val2, int val3, int val4)
275                 //{
276                 //      throw new NotImplementedException ();
277                 //}
278                 //[MonoTODO]
279                 //protected void UpdateBounds(int val1, int val2, int val3, int val4, int val5, int val6)
280                 //{
281                 //      throw new NotImplementedException ();
282                 //}
283         // }
284 }