'Declaration
<SRCategoryAttribute("Window Style")> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.AmbientValueAttribute()> <SRDescriptionAttribute("Indicates the icon for a form. This icon is displayed in the form's system menu box and when the form is minimized.")> Public Property Icon As System.Drawing.Icon
'Usage
Dim instance As EditSourceDialog Dim value As System.Drawing.Icon instance.Icon = value value = instance.Icon
[SRCategory("Window Style")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.AmbientValue()] [SRDescription("Indicates the icon for a form. This icon is displayed in the form's system menu box and when the form is minimized.")] public System.Drawing.Icon Icon {get; set;}