ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1Sizer Class / Cursor Property

In This Topic
    Cursor Property (C1Sizer)
    In This Topic
    Gets or sets the cursor that is displayed when the mouse pointer is 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