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:
Property | Description | Version Introduced |
---|---|---|
ApptBody | The details of an appointment. | 4.0.3 |
ApptBusyStatus | The optional status for the appointment. | 4.0.3 |
ApptEnd | The date and time an appointment ends. | 4.0.3 |
ApptIsMeeting | Determines if an appointment is a meeting. | 4.0.3 |
ApptIsPrivate | Determines if an appointment is private. | 4.0.3 |
ApptList | All the appointments in the control. | 4.0.3 |
ApptLocation | The location description of an appointment. | 4.0.3 |
ApptParentCalendar | The ID of the parent calendar to which an appointment belongs. | 4.0.3 |
ApptStart | The date and time an appointment begins. | 4.0.3 |
ApptSubject | The short summary description of an appointment. | 4.0.3 |
Border | The controls's border style. | 4.0.3 |
BorderColors | Customizes the colors of an SRP ActiveX Control's border. | 4.0.3 |
CalendarList | The list of all Calendars. | 4.0.3 |
CalendarName | A calendar's name. | 4.0.3 |
CaptionVisible | Shows or hides the caption bar. | 4.0.3 |
DatePickerVisible | Shows or hides the date picker. | 4.0.3 |
FirstDayOfWeek | The day of the week to appear first in any multiple day calendar view. | 4.0.3 |
FirstWeekOfYearDays | The minimum number of days needed to determine the first week of the year. | 4.0.3 |
Labels | The labels defines for this control. | 4.0.3 |
ProgID | The control's ProgId/Class Name. | 4.0.3 |
SelAppts | The currently selected appointments. | 4.0.3 |
Theme | The theme used to render the calendar. | 4.0.3 |
Version | The control's version info. | 4.0.3 |
View | The current calendar view. | 4.0.3 |