Cursor Property (LicenseDialog)
In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatAppearance")>
<SRDescriptionAttribute("ControlCursorDescr")>
<System.ComponentModel.AmbientValueAttribute("")>
Public Overridable Property Cursor As System.Windows.Forms.Cursor
[SRCategory("CatAppearance")]
[SRDescription("ControlCursorDescr")]
[System.ComponentModel.AmbientValue("")]
public virtual System.Windows.Forms.Cursor Cursor {get; set;}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also