'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.DescriptionAttribute("Gets/sets the cursor to be applied when mouse hovers over this item.")> Public Overridable Property Cursor As System.Windows.Forms.Cursor
'Usage
Dim instance As NLightUIItem Dim value As System.Windows.Forms.Cursor instance.Cursor = value value = instance.Cursor
[System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.Description("Gets/sets the cursor to be applied when mouse hovers over this item.")] public virtual System.Windows.Forms.Cursor Cursor {get; set;}