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

In This Topic
    Cursor Property (C1Schedule)
    In This Topic
    Gets or sets the Cursor that appears when the mouse moves over the control.
    Syntax
    'Declaration
     
    Public Overrides Property Cursor As System.Windows.Forms.Cursor
    public override System.Windows.Forms.Cursor Cursor {get; set;}
    See Also