UIElementDialogPage.Child Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.