Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / C1BasePicker Class / Cursor Property

In This Topic
    Cursor Property (C1BasePicker)
    In This Topic
    Gets or sets the cursor that is displayed when the mouse pointer is over the control.
    Syntax
    'Declaration
     
    
    Public Overridable Property Cursor As Cursor
    public virtual Cursor Cursor {get; set;}
    See Also