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

In This Topic
    Caption Property (Reminder)
    In This Topic
    Gets the System.String value representing the window caption text of the Appointment object which the Reminder object is applied to.
    Syntax
    'Declaration
     
    Public ReadOnly Property Caption As System.String
    public System.string Caption {get;}
    See Also