In This Topic
Syntax
'Declaration
<System.ComponentModel.AmbientValueAttribute("")>
<System.ComponentModel.LocalizableAttribute(True)>
<SRCategoryAttribute("CatWindowStyle")>
<SRDescriptionAttribute("FormIconDescr")>
Public Property Icon As System.Drawing.Icon
[System.ComponentModel.AmbientValue("")]
[System.ComponentModel.Localizable(true)]
[SRCategory("CatWindowStyle")]
[SRDescription("FormIconDescr")]
public System.Drawing.Icon Icon {get; set;}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also