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