Wimark.Controls Class Library  

DrawDateEventArgs Constructor

[Visual Basic]
Public Sub New( _
   ByVal graphics As Graphics, _
   ByVal font As Font, _
   ByVal rect As Rectangle, _
   ByVal index As Integer, _
   ByVal state As DrawItemState, _
   ByVal foreColor As Color, _
   ByVal backColor As Color, _
   ByVal date As DateTime, _
   ByVal regionType As MonthCalendar.HitArea _
)
 
[C#]
public DrawDateEventArgs( 
   Graphics graphics, 
   Font font, 
   Rectangle rect, 
   int index, 
   DrawItemState state, 
   Color foreColor, 
   Color backColor, 
   DateTime date, 
   MonthCalendar.HitArea regionType 
);
[C++]
public: DrawDateEventArgs( 
   Graphics* graphics, 
   Font* font, 
   Rectangle rect, 
   int index, 
   DrawItemState state, 
   Color foreColor, 
   Color backColor, 
   DateTime date, 
   MonthCalendar.HitArea regionType 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DrawDateEventArgs Class | DrawDateEventArgs Members | Wimark.Controls Namespace