'Declaration
<System.ComponentModel.AmbientValueAttribute("")> <System.ComponentModel.LocalizableAttribute(True)> <SRCategoryAttribute("CatWindowStyle")> <SRDescriptionAttribute("FormIconDescr")> Public Property Icon As System.Drawing.Icon
'Usage
Dim instance As WorkbookDesigner Dim value As System.Drawing.Icon instance.Icon = value value = instance.Icon
[System.ComponentModel.AmbientValue("")] [System.ComponentModel.Localizable(true)] [SRCategory("CatWindowStyle")] [SRDescription("FormIconDescr")] public System.Drawing.Icon Icon {get; set;}