'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <SRCategoryAttribute("CatWindowStyle")> <SRDescriptionAttribute("FormShowIconDescr")> Public Property ShowIcon As System.Boolean
'Usage
Dim instance As WorkbookDesigner Dim value As System.Boolean instance.ShowIcon = value value = instance.ShowIcon
[System.ComponentModel.DefaultValue(true)] [SRCategory("CatWindowStyle")] [SRDescription("FormShowIconDescr")] public System.bool ShowIcon {get; set;}