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


"

The following tables list the members exposed by UserDrawnAppointmentEventArgs.

"

Public Constructors

 NameDescription
public ConstructorUserDrawnAppointmentEventArgs ConstructorInitializes a new instance of the UserDrawnAppointmentEventArgs class.  
Top

Public Properties

 NameDescription
public PropertyAllDayDetermines if the appointment exists in the AllDay area.  
public PropertyAppointmentthe dbiAppointmentItem that is to be drawn  
public PropertyGraphicsThe Graphics object for the current appointment.  
public PropertyIndexThe index value for the appointment that will be drawn  
public PropertyPaintAppointmentDetermines if the appointment will be drawn with the default settings.  
public PropertyPaintTextDetermines if the text in the appointment will be drawn in the default manner.  
public PropertyRectThe rectangle indicating the size of the appointment for use with the Graphics property.  
public PropertySelectedDetermines if the appointment is currently selected.  
Top

See Also