ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputBase Class / Cursor Property

In This Topic
    Cursor Property (RenderInputBase)
    In This Topic
    Gets or sets the cursor used when the mouse is over the current control.
    Syntax
    'Declaration
     
    Public Property Cursor As System.Windows.Forms.Cursor
    public System.Windows.Forms.Cursor Cursor {get; set;}
    See Also