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