WpfDialogAssistant.SetOwner Method (IWin32Window)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Call this method to set the owner of the Window from an IWin32Window.

For a modal dialog this property must be set.

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Sub SetOwner ( _
    win32Window As IWin32Window _
)
public void SetOwner(
    IWin32Window win32Window
)
public:
void SetOwner(
    IWin32Window^ win32Window
)
member SetOwner : 
        win32Window:IWin32Window -> unit
public function SetOwner(
    win32Window : IWin32Window
)

Parameters

.NET Framework Security

See Also

Reference

WpfDialogAssistant Class

SetOwner Overload

Microsoft.TeamFoundation.Controls.WPF Namespace