'Declaration
<System.ComponentModel.DefaultValueAttribute()> <SRCategoryAttribute("Window Style")> <SRDescriptionAttribute("Determines whether the form appears in the Windows Taskbar.")> Public Property ShowInTaskbar As System.Boolean
'Usage
Dim instance As EditSourceDialog Dim value As System.Boolean instance.ShowInTaskbar = value value = instance.ShowInTaskbar
[System.ComponentModel.DefaultValue()] [SRCategory("Window Style")] [SRDescription("Determines whether the form appears in the Windows Taskbar.")] public System.bool ShowInTaskbar {get; set;}