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