TcxSchedulerReminders.UseReminderWindow Property
In This Article
Specifies whether the Reminders window is displayed when a reminder alerts.
#Declaration
Delphi
property UseReminderWindow: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set the UseReminderWindow property to False to prevent the Reminders window from being displayed when a reminder alerts.
Note
blocking the Reminders window pop-up can be useful, for example, when developing schedule-driven applications based on handling the On
The default value of the UseReminderWindow property is True.
See Also