dbicDayView Send comments on this topic.
UserDrawnHeaderEventArgs Class Members
See Also  Properties 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace : UserDrawnHeaderEventArgs Class


"

The following tables list the members exposed by UserDrawnHeaderEventArgs.

"

Public Constructors

 NameDescription
public ConstructorUserDrawnHeaderEventArgs ConstructorInitializes a new instance of the UserDrawnHeaderEventArgs class.  
Top

Public Properties

 NameDescription
public PropertyContactIDThe ContactID of the current header.  
public PropertyDateThe date of the current header.  
public PropertyGraphicsThe Graphics class for the current header.  
public PropertyLocationIDThe LocationID of the current header.  
public PropertyMouseOverIndicates if the mouse is over the current header if you wish to customize the hottrack or fonts.  
public PropertyPaintBackgroundDetermines if the header background is to be drawn automatically or by the user.  
public PropertyPaintTextDetermines if the header text is to be drawn automatically or by the user.  
public PropertyRectThe rectangle indicating the size of the header for use with the Graphics property.  
public PropertyTaskIDThe TaskID of the current header.  
Top

See Also