Intersoft ClientUI Documentation
GetAttachedWindow Method



Object to query concerning the AttachedWindow property.
Gets the value of the AttachedWindow property of the specified object.
Syntax
Public Shared Function GetAttachedWindow( _
   ByVal obj As DependencyObject _
) As IWindow
Dim obj As DependencyObject
Dim value As IWindow
 
value = UXWindow.GetAttachedWindow(obj)
public static IWindow GetAttachedWindow( 
   DependencyObject obj
)
public:
static IWindow^ GetAttachedWindow( 
   DependencyObject^ obj
) 

Parameters

obj
Object to query concerning the AttachedWindow property.

Return Value

Value of the AttachedWindow property.
Requirements

Target Platforms: Windows 7, 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

Reference

UXWindow Class
UXWindow Members

Send Feedback