[]
Gets or sets the bool value indicating whether the control should show the reminder form when a reminder alerts.
public bool ShowReminderForm { get; set; }
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.