dbicDate Send comments on this topic.
UserDrawnWeekSummary Event
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : UserDrawnWeekSummary Event

Occurs before each week summary is drawn on the control.

Syntax

Visual Basic (Declaration) 
Public Event UserDrawnWeekSummary As dbiDate.UserDrawnWeekSummaryHandler
C# 
public event dbiDate.UserDrawnWeekSummaryHandler UserDrawnWeekSummary

Event Data

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

PropertyDescription
Date Gets the starting date of the week summary
ForeColor Gets or sets the color used to paint the text.
Graphics Gets the graphics object that the week summary is being painted on.
PaintText Determines if the control will paint the text of the week summary or if the developer will.
Rectangle Gets the rectangle that contains the area where the week summary will be rendered.
Text Gets or sets the text to be rendered by the control in the week summary.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also