Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / Reminder Class / IsActive Property

In This Topic
    IsActive Property (Reminder)
    In This Topic
    Gets or sets the System.Boolean value indicating that the Reminder object is currently active (visible).
    Syntax
    'Declaration
     
    Public Property IsActive As System.Boolean
    public System.bool IsActive {get; set;}
    See Also