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; }
Public Property ShowInTaskbar As Boolean
Get
Set
member ShowInTaskbar : bool with get, set
Property Value
Type:
Booleantrue 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