ElementHost::Child Property

 

Gets or sets the UIElement hosted by the ElementHost control.

Namespace:   System.Windows.Forms.Integration
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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: