'Declaration
<SRCategoryAttribute("Appearance")> <SRDescriptionAttribute("The cursor that appears when the pointer moves over the control.")> <System.ComponentModel.AmbientValueAttribute()> Public Overridable Property Cursor As System.Windows.Forms.Cursor
'Usage
Dim instance As EditSourceDialog Dim value As System.Windows.Forms.Cursor instance.Cursor = value value = instance.Cursor
[SRCategory("Appearance")] [SRDescription("The cursor that appears when the pointer moves over the control.")] [System.ComponentModel.AmbientValue()] public virtual System.Windows.Forms.Cursor Cursor {get; set;}