The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ElementHost::Child Property
.NET Framework (current version)
Gets or sets the UIElement hosted by the ElementHost control.
Assembly: WindowsFormsIntegration (in WindowsFormsIntegration.dll)
public: [BrowsableAttribute(false)] property UIElement^ Child { UIElement^ get(); void set(UIElement^ value); }
Property Value
Type: System.Windows::UIElement^The hosted Windows Presentation Foundation (WPF) element.
Only one element can be hosted, but Child can have any number of child elements.
The following code example demonstrates how to use the Child property to assign a hosted WPF element. For more information, see Walkthrough: Hosting a 3-D WPF Composite Control in Windows Forms.
.NET Framework
Available since 3.0
Available since 3.0
Show: