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


"

For a list of all members of this type, see UserDrawnHeaderEventArgs members.

"

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