UIElementDialogPage.Child Property

Definition

Gets the WPF child element to be hosted inside the dialog page.

protected:
 abstract property System::Windows::UIElement ^ Child { System::Windows::UIElement ^ get(); };
protected abstract System.Windows.UIElement Child { get; }
member this.Child : System.Windows.UIElement
Protected MustOverride ReadOnly Property Child As UIElement

Property Value

The WPF child element.

Applies to