'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.