BCGControlBar Library for .NET
DrawCalendarElementEventArgs Constructor(Graphics,Rectangle,Font,Color,String)




Syntax
'Declaration
 
Public Function New( _
   ByVal graphics As Graphics, _
   ByVal bounds As Rectangle, _
   ByVal font As Font, _
   ByVal foreColor As Color, _
   ByVal text As String _
)
'Usage
 
Dim graphics As Graphics
Dim bounds As Rectangle
Dim font As Font
Dim foreColor As Color
Dim text As String
 
Dim instance As New DrawCalendarElementEventArgs(graphics, bounds, font, foreColor, text)
public DrawCalendarElementEventArgs( 
   Graphics graphics,
   Rectangle bounds,
   Font font,
   Color foreColor,
   string text
)
public: DrawCalendarElementEventArgs( 
   Graphics* graphics,
   Rectangle bounds,
   Font* font,
   Color foreColor,
   string* text
)
public:
DrawCalendarElementEventArgs( 
   Graphics^ graphics,
   Rectangle bounds,
   Font^ font,
   Color foreColor,
   String^ text
)

Parameters

graphics
bounds
font
foreColor
text
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DrawCalendarElementEventArgs Class
DrawCalendarElementEventArgs Members
Overload List

Send Feedback