WpfDialogAssistant.SetOwner Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SetOwner(IntPtr) | Call this method to set the owner of the Window from a window handle. For a modal dialog this property must be set. | |
SetOwner(Form) | Call this method to set the owner of the Window from a Windows Forms form. For a modal dialog this property must be set. | |
SetOwner(IWin32Window) | Call this method to set the owner of the Window from an IWin32Window. For a modal dialog this property must be set. | |
SetOwner(Window) | Call this method to set the owner of the window. For a modal dialog this property must be set. |
Top