'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the cursor to be displayed when the mouse moves over the element.")> Public Overridable Property Cursor As System.Windows.Forms.Cursor
'Usage
Dim instance As NMouseInputElement Dim value As System.Windows.Forms.Cursor instance.Cursor = value value = instance.Cursor
[System.ComponentModel.Description("Gets/sets the cursor to be displayed when the mouse moves over the element.")] public virtual System.Windows.Forms.Cursor Cursor {get; set;}