Win32.GetParentWindow(DependencyObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parent window.
public:
static System::Windows::Window ^ GetParentWindow(System::Windows::DependencyObject ^ child);
public static System.Windows.Window GetParentWindow (System.Windows.DependencyObject child);
static member GetParentWindow : System.Windows.DependencyObject -> System.Windows.Window
Public Shared Function GetParentWindow (child As DependencyObject) As Window
Parameters
- child
- DependencyObject