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 Schedule Control:
Method | Description | Version Introduced |
---|---|---|
AddAppts | Adds one or more appointments to the control. | |
AddTimeBlocks | Adds one or more time blocks to the control. | 3.1.1 |
EnsureVisible | Moves the entity or appointment into view. | |
MapClientToTime | Maps a coordinate point to a schedule time. | |
MapTimeToClient | Maps a schedule time to a coordinate point. | |
RemoveAppts | Removes one or more appointments from the control. | |
RemoveTimeBlocks | Removes one or more time blocks from the control. | 3.1.1 |
RepositionItem | Rearranges the order in which entities and groups are displayed. | 3.1.1 |
ShowContextMenu | Displays a context menu at the given mouse point. |