Version

ShowFloatingWindowsInTaskbar Property

Returns/sets a value indicating whether the window used to contain the floating panes will be displayed within the OS taskbar when a WPF window is used to host the floating panes.
Syntax
'Declaration
 
Public Property ShowFloatingWindowsInTaskbar As Boolean
public bool ShowFloatingWindowsInTaskbar {get; set;}
Remarks

By default the floating windows do not show up in the OS taskbar. Setting this property to true will cause them to be shown in the taskbar. This is particularly useful when the floating windows are allowed to be minimized but also when the floating windows are not owned windows since the window may then be behind the main window.

Note: This property only has an effect when the PaneToolWindow is hosted in a 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