OnRestoreDefaults - cMonthCalendarPrompt
Restores the default values of properties that were likely to be changed during a calendar popup instance
Type: Event
Syntax
Procedure OnRestoreDefaults
Description
Restores the default values of properties that were likely to be changed during a calendar popup instance. These are stored in OnStoreDefaults.
The OnStoreDefaults and OnRestoreDefaults events provide a mechanism for changing calendar prompt list properties upon activation and then to restore these properties back to their defaults upon deactivation. This makes it easy to customize the behavior of a prompt list based on the object that invokes it, which makes it possible to reuse the same prompt list for a variety of purposes.
See OnStoreDefaults for a complete description of this process.