Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / Reminder Class / IsActive Property

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