dbicMonth Send comments on this topic.
UserDrawnWeekSummaryEventArgs Class Members
See Also  Properties 
dbicMonth Assembly > Dbi.WinControl.Month Namespace : UserDrawnWeekSummaryEventArgs Class


"

The following tables list the members exposed by UserDrawnWeekSummaryEventArgs.

"

Public Constructors

 NameDescription
public ConstructorUserDrawnWeekSummaryEventArgs ConstructorCreates a new instance of the class  
Top

Public Properties

 NameDescription
public PropertyDateGets or sets the starting date of the week summary.  
public PropertyForeColorGets or sets the color used to paint the text.  
public PropertyGraphicsGets the Graphics object that the week summary is being painted on.  
public PropertyPaintTextDetermines if the control will paint the text of the week summary.  
public PropertyRectangleGets or sets the rectangular area of the week summary.  
public PropertyTextDetermines the text to be drawn in the week summary.  
Top

See Also