Click or drag to resize

WindowOptionsShowTaskbarIcon Property

The ShowTaskbarIcon property represents a flag to show the Window's icon in the taskbar.

Default: false

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public bool ShowTaskbarIcon { get; set; }

Property Value

Type: Boolean
The ShowTaskbarIcon property gets/sets the value of the underlying JObject field, "showTaskbarIcon".
See Also