WindowsFormsHost::Child Property
Gets or sets the child control hosted by the WindowsFormsHost element.
Assembly: WindowsFormsIntegration (in WindowsFormsIntegration.dll)
| Exception | Condition |
|---|---|
| ArgumentException | An attempt was made to assign a top-level form as the hosted control. |
Only one child control can be hosted, but Child can have any number of children.
The child control cannot be a top-level form.
If Child is a Form, the form's ControlBox property is set to false.
<object>
<hostedControl .../>
</object>
- object
A WindowsFormsHost element (or a possible subclass).
- hostedControl
An element that specifies the hosted Windows Forms control. Specifying the custom control in markup usually requires an xmlns mapping, see XAML Namespaces and Namespace Mapping for WPF XAML.
The following code example demonstrates how to use the Child property to add the hosted control to the WindowsFormsHost element. For more information, see Walkthrough: Hosting an ActiveX Control in WPF.
Available since 3.0