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.6.0
Syntax public bool ShowTaskbarIcon { get; set; }
Property Value
Type:
Boolean
The ShowTaskbarIcon property gets/sets the value of the
underlying JObject field, "showTaskbarIcon".
See Also