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






obj
Object to set the property on.
value
Value to set.
Sets the value of the AttachedWindow property of the specified object.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetAttachedWindow( _
   ByVal obj As DependencyObject, _
   ByVal value As IWindow _
) 
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As IWindow
 
UXWindow.SetAttachedWindow(obj, value)
C# 
public static void SetAttachedWindow( 
   DependencyObject obj,
   IWindow value
)
Delphi 
public procedure SetAttachedWindow( 
    obj: DependencyObject;
    value: IWindow
); static; 
JScript 
public static function SetAttachedWindow( 
   obj : DependencyObject,
   value : IWindow
);
Managed Extensions for C++ 
public: static void SetAttachedWindow( 
   DependencyObject* obj,
   IWindow* value
) 
C++/CLI 
public:
static void SetAttachedWindow( 
   DependencyObject^ obj,
   IWindow^ value
) 

Parameters

obj
Object to set the property on.
value
Value to set.

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.