Methods
OLE control methods provide convenient one-time operations to developers. Unlike properties, whose values are persistent over the life of a control, methods represent actions that a control can perform. Often, methods will change the values of other control properties, so be sure to read the Remarks section of each method carefully. The following methods apply to the SRP Calendar Control:
Method | Description | Version Introduced |
---|---|---|
AboutBox | Displays the control's about box. | 4.0.3 |
AddAppts | Adds new appointments to the control. | 4.0.3 |
AddCalendars | Adds new calendars to the control. | 4.0.3 |
AddLabels | Adds new labels to the control. | 4.0.3 |
EnsureVisible | Brings a given appointment into view. | 4.0.3 |
SelectAppt | Brings a given appointment into view and selects it. | 4.0.3 |