Version

ShowInTaskbar Property

Returns or sets a value indicating whether the ToolWindow will be displayed in the taskbar when hosted in a WPF Window
Syntax
'Declaration
 
Public Property ShowInTaskbar As Boolean
public bool ShowInTaskbar {get; set;}
Remarks

Note: This property only affects a ToolWindow that is hosted within a top level WPF window.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also