Intersoft ClientUI Documentation
GetAttachedWindow Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXWindow Class : GetAttachedWindow Method






obj
Object to query concerning the AttachedWindow property.
Gets the value of the AttachedWindow property of the specified object.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetAttachedWindow( _
   ByVal obj As DependencyObject _
) As IWindow
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As IWindow
 
value = UXWindow.GetAttachedWindow(obj)
C# 
public static IWindow GetAttachedWindow( 
   DependencyObject obj
)
Delphi 
public function GetAttachedWindow( 
    obj: DependencyObject
): IWindow; static; 
JScript 
public static function GetAttachedWindow( 
   obj : DependencyObject
) : IWindow;
Managed Extensions for C++ 
public: static IWindow* GetAttachedWindow( 
   DependencyObject* obj
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.