dbicMonth Send comments on this topic.
dbiAppointmentItem Class Members
See Also  Properties  Methods 
dbicPIM Assembly > Dbi.PIM Namespace : dbiAppointmentItem Class


"

The following tables list the members exposed by dbiAppointmentItem.

"

Public Constructors

 NameDescription
public ConstructordbiAppointmentItem ConstructorOverloaded. Initializes a new instance of the  dbiAppointmentItem class.  
Top

Public Properties

 NameDescription
public PropertyAllDayEventDetermines if the appointment will be an all day appointment.  
public PropertyBackColorGets or sets the primary background color of the appointment.  
public PropertyBackColorToGets or sets the secondary background color of the appointment.  
public PropertyBodyGets or sets any additional details of the appointment.  
public PropertyBorderColorGets or sets the border color of the appointment.  
public PropertyBorderTypeGets or sets the type of border to place around the appointment.  
public PropertyCargoGets or sets a non-visible text value for the appointment.  
public PropertyContactIDAssigns a contact to the appointment.  
public PropertyDataGets or sets a non-visible numeric value for the appointment.  
public PropertyEndGets or sets the ending date and time for an appointment.  
public PropertyEntryIDGets or sets a non-visible text value for the appointment.  
public PropertyFillTypeGets or sets the type of pattern to paint the background of the appointment.  
public PropertyFontGets or sets the font for the main text in the appointment.  
public PropertyFont2Gets or sets the font of the information line in the appointment.  
public PropertyForeColorGets or sets the fore color of the appointment.  
public PropertyHatchStyleGets or sets the background pattern of the appointment.  
public PropertyImage1Gets or sets the primary image associated with the appointment.  
public PropertyImage2Gets or sets the secondary image associated with the appointment.  
public PropertyImage3Gets or sets the tertiary image associated with the appointment.  
public PropertyInfoFontGets or sets the font of the information line in the appointment.  
public PropertyIsRecurringDetermines if the appointment will be recurring.  
public PropertyLocationGets or sets the appointment location.  
public PropertyLocationIDAssigns a location to the appointment.  
public PropertyLockedDetermines if the appointment can be moves or sized by user-interaction.  
public PropertyMaxTimeGets or sets the maximum end time of the appointment.  
public PropertyMinTimeGets or sets the minimum start time of the appointment.  
public PropertyReadOnlyDetermines if the appointment can be modified by user interaction.  
public PropertyRecordIDGets or sets a hidden numeric value for the appoinment.  
public PropertyReminderMinutesBeforeStartDetermines how many minutes before the appointment an alarm is fired.  
public PropertyReminderPlaySoundDetermines if a reminder sound will be played when the appointment alarm is triggered.  
public PropertyReminderSetDetermines if a reminder has been set for the appointment.  
public PropertyReminderSetEndDetermines if a reminder has been set for the end of the appointment.  
public PropertyReminderSoundFileGets or sets the reminder sound to be played when the appointment alarm is triggered.  
public PropertyStartGets or sets the starting date and time of an appointment.  
public PropertyStyleGets or sets a pre-defined style assigned to the appointment.  
public PropertyTagA property where you can store an object relative to the dbiAppointmentItem. Good property for storing datarow or record information.  
public PropertyTaskBarColorGets or sets the color of the taskbar of the appointment.  
public PropertyTaskIDAssigns a task to the appointment.  
public PropertyTextGets or sets the appointment text.  
Top

Public Methods

 NameDescription
public MethodClonereates a new object that is a copy of the current instance.  
public MethodResetFontsClears all the fonts for the appointment.  
Top

See Also