Property ShowInTaskbar
ShowInTaskbar
Gets or sets a value indicating whether the form is displayed in the Windows or Linux taskbar.
public virtual bool ShowInTaskbar { get; set; }
Property Value
- bool
true to display the form in the Windows taskbar at run time; otherwise, false. The default is true.
Remarks
You can use this property to prevent users from selecting your form through the taskbar. For example, if you display a Find and Replace tool window in your application, you might want to prevent that window from being selected through the taskbar because you would need both the application's main window and the Find and Replace tool window displayed in order to process searches appropriately.