Click or drag to resize

WindowIHandlerShowInTaskbar 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
bool ShowInTaskbar { get; set; }

Property Value

Type: Boolean
true if the window will show in taskbar; otherwise, false.
Remarks
Some platforms, e.g. OS X do not show a separate icon for each running window.
See Also