Version

AllowMinimizeFloatingWindows Property

Returns/sets a value indicating whether the window used to contain the floating panes may be minimized.
Syntax
'Declaration
 
Public Property AllowMinimizeFloatingWindows As Boolean
public bool AllowMinimizeFloatingWindows {get; set;}
Remarks

By default the floating windows may not be maximized or minimized. This property may be used to enable the end user to be able to minimize and restore up (i.e. unminimize) the floating window. Typically when one enables this feature, one would also want to set the ShowFloatingWindowsInTaskbar to true so that the floating windows can be restored within the taskbar.

Note: This property is only supported 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