Click or drag to resize

WindowShowInTaskbar Property

Gets or sets a value indicating whether this Window will show in the taskbar.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool ShowInTaskbar { get; set; }

Property Value

Type: Boolean
true if the window will show in taskbar; otherwise, false.
Remarks
Some platforms, e.g. macOS do not show a separate icon for each running window. You may also have to add the LSUIElement key to your app's Info.plist to make your app hidden in the dock. See https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/TP40009250-108256-TPXREF136
See Also