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

In This Topic
    ShowAppointmentToolTip Property (C1Schedule)
    In This Topic
    Gets or sets the System.Boolean value indicating whether the control should show tooltip when mouse is over an appointment.
    Syntax
    'Declaration
     
    Public Property ShowAppointmentToolTip As System.Boolean
    public System.bool ShowAppointmentToolTip {get; set;}
    See Also