PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderInputText Class / Cursor Property

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