'Declaration
<System.ComponentModel.DefaultValueAttribute()> <SRCategoryAttribute("Window Style")> <SRDescriptionAttribute("Indicates whether an icon is displayed in the title bar of the form.")> Public Property ShowIcon As System.Boolean
'Usage
Dim instance As EditSourceDialog Dim value As System.Boolean instance.ShowIcon = value value = instance.ShowIcon
[System.ComponentModel.DefaultValue()] [SRCategory("Window Style")] [SRDescription("Indicates whether an icon is displayed in the title bar of the form.")] public System.bool ShowIcon {get; set;}