BCGControlBar Library for .NET
DrawCalendarWeekDay Event




Syntax
'Declaration
 
Public Event DrawCalendarWeekDay As DrawCalendarWeekDayEventHandler
'Usage
 
Dim instance As CalendarBar
Dim handler As DrawCalendarWeekDayEventHandler
 
AddHandler instance.DrawCalendarWeekDay, handler
public event DrawCalendarWeekDayEventHandler DrawCalendarWeekDay
public: __event DrawCalendarWeekDayEventHandler* DrawCalendarWeekDay
public:
event DrawCalendarWeekDayEventHandler^ DrawCalendarWeekDay
Event Data

The event handler receives an argument of type DrawCalendarElementEventArgs containing data related to this event. The following DrawCalendarElementEventArgs properties provide information specific to this event.

PropertyDescription
BackColor  
BorderColor  
Bounds  
Font  
ForeColor  
Graphics  
HasFocus  
HighlightedColor  
Tag  
Text  
Value  
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

CalendarBar Class
CalendarBar Members

Send Feedback