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