Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1RadialMenu Class / Cursor Property

In This Topic
    Cursor Property
    In This Topic
    Gets or sets the cursor used by the radial menu.

    The default value is "hand".

    Syntax
    'Declaration
     
    
    Public Property Cursor As Cursor
    public Cursor Cursor {get; set;}
    See Also