Version

GetToolWindows(FrameworkElement) Method

Returns an array of the ToolWindow instances displayed for the specified owner.
Syntax
'Declaration
 
Public Shared Function GetToolWindows( _
   ByVal owner As FrameworkElement _
) As ToolWindow()
public static ToolWindow[] GetToolWindows( 
   FrameworkElement owner
)

Parameters

owner
The owning element for which one or more ToolWindow instances have been shown.

Return Value

An array of the ToolWindows. The list is sorted based on the zorder where the first item is topmost and the last item is bottommost.
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