Home » FAQ » WinForms » Form » How can I prevent a form from being shown in the taskbar?
You need to set the form’s ShowInTaskbar property to False to prevent it from being displayed in the Windows taskbar.
[C#] this.ShowInTaskbar = false; [VB.NET] Me.ShowInTaskbar = False
Platform BlazorASP.NETWinFormsWPF.NET MAUI
Question *
Answer (Optional)
Email (Optional)
Email address is only for further clarification on your FAQ request. It will not be used for any other purpose.
Please leave this field empty.
Share with