**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Windows.Forms / WINELib / DateBoldEventArgs.cs
blobbc36fd3f348bad7a5aacb241815ae11046f08be2
1 //
2 // System.Windows.Forms.DateBoldEventArgs
3 //
4 // Author:
5 // stubbed out by Richard Baumann (biochem333@nyc.rr.com)
6 // Dennis Hayes (dennish@Raytek.com)
7 //
8 // (C) Ximian, Inc., 2002
9 //
11 namespace System.Windows.Forms {
13 // <summary>
14 // This is only a template. Nothing is implemented yet.
15 // This class is internal to the .NET framework.
16 // </summary>
17 public class DateBoldEventArgs : EventArgs {
20 // --- Public Properties
22 [MonoTODO]
23 public int[] DaysToBold {
25 get { throw new NotImplementedException (); }
26 set { throw new NotImplementedException (); }
28 [MonoTODO]
29 public int Size {
31 get { throw new NotImplementedException (); }
33 [MonoTODO]
34 public DateTime StartDate {
36 get { throw new NotImplementedException (); }