ComponentOne Scheduler for WinForms
ShowReminderForm Property (C1Schedule)

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : ShowReminderForm Property
Gets or sets the System.Boolean value indicating whether the control should show the reminder form when a reminder alerts.
Syntax
'Declaration
 
Public Property ShowReminderForm As System.Boolean
public System.bool ShowReminderForm {get; set;}
Remarks
At runtime user can close Reminder Form by 'x' button. This operation doesn't actually dispose Reminder Form or change ShowReminderForm property. It just hides the form. In any moment you can show Reminder Form again by setting the ShowReminderForm property to true.
See Also

Reference

C1Schedule Class
C1Schedule Members