'Declaration <CategoryAttribute("General")> <DescriptionAttribute("Controls the cursor displayed by the control when the operation is active.")> <DefaultValueAttribute(System.Windows.Forms.Cursor, "SizeAll")> Public Property Cursor As Cursor
'Usage Dim instance As DragOperation Dim value As Cursor instance.Cursor = value value = instance.Cursor
[Category("General")] [Description("Controls the cursor displayed by the control when the operation is active.")] [DefaultValue(System.Windows.Forms.Cursor, "SizeAll")] public Cursor Cursor {get; set;}