Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / ShowReminderForm Property

In This Topic
    ShowReminderForm Property (C1Schedule)
    In This Topic
    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