Intersoft ClientUI Documentation
SetAttachedWindow Method



Object to set the property on.
Value to set.
Sets the value of the AttachedWindow property of the specified object.
Syntax
Public Shared Sub SetAttachedWindow( _
   ByVal obj As DependencyObject, _
   ByVal value As IWindow _
) 
Dim obj As DependencyObject
Dim value As IWindow
 
UXWindow.SetAttachedWindow(obj, value)
public static void SetAttachedWindow( 
   DependencyObject obj,
   IWindow value
)
public:
static void SetAttachedWindow( 
   DependencyObject^ obj,
   IWindow^ value
) 

Parameters

obj
Object to set the property on.
value
Value to set.
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