'Declaration
<SRCategoryAttribute("Window Style")> <System.ComponentModel.DefaultValueAttribute()> <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
[SRCategory("Window Style")] [System.ComponentModel.DefaultValue()] [SRDescription("Determines whether the form appears in the Windows Taskbar.")] public System.bool ShowInTaskbar {get; set;}