Properties

OLE control properties are the primary means of interacting with OLE controls. Properties, much like OI control properties, describe the persistent attributes of the control, that is, attributes having some meaningful value for the entire life of the control. Like OI control properties, OLE control properties are manipulated using the Get_Property and Set_Property routines. The following properties apply to the SRP Calendar Control:

PropertyDescriptionVersion Introduced
ApptBodyThe details of an appointment.4.0.3
ApptBusyStatusThe optional status for the appointment.4.0.3
ApptEndThe date and time an appointment ends.4.0.3
ApptIsMeetingDetermines if an appointment is a meeting.4.0.3
ApptIsPrivateDetermines if an appointment is private.4.0.3
ApptListAll the appointments in the control.4.0.3
ApptLocationThe location description of an appointment.4.0.3
ApptParentCalendarThe ID of the parent calendar to which an appointment belongs.4.0.3
ApptStartThe date and time an appointment begins.4.0.3
ApptSubjectThe short summary description of an appointment.4.0.3
BorderThe controls's border style.4.0.3
BorderColorsCustomizes the colors of an SRP ActiveX Control's border.4.0.3
CalendarListThe list of all Calendars.4.0.3
CalendarNameA calendar's name.4.0.3
CaptionVisibleShows or hides the caption bar.4.0.3 
DatePickerVisibleShows or hides the date picker.4.0.3 
FirstDayOfWeekThe day of the week to appear first in any multiple day calendar view.4.0.3 
FirstWeekOfYearDaysThe minimum number of days needed to determine the first week of the year.4.0.3
LabelsThe labels defines for this control.4.0.3
ProgIDThe control's ProgId/Class Name.4.0.3 
SelApptsThe currently selected appointments.4.0.3
ThemeThe theme used to render the calendar.4.0.3 
VersionThe control's version info.4.0.3 
ViewThe current calendar view.4.0.3 
  • No labels