ElementHost::HostContainer Property
.NET Framework (current version)
Gets the parent container of the hosted Windows Presentation Foundation (WPF) element.
Assembly: WindowsFormsIntegration (in WindowsFormsIntegration.dll)
The host container is the WPF FrameworkElement, which is the parent container for the hosted element. The host container is always at the root of the WPF element hierarchy. To access the parent of the hosted element, access HostContainer directly.
.NET Framework
Available since 3.0
Available since 3.0
Show: