Frame::AddChild Method (Object^)

 

Adds a child object.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual void AddChild(
	Object^ value
) override

Parameters

value
Type: System::Object^

The child object to add.

This method is overridden because Frame does not allow children. Instead, use the Content property to set content.

.NET Framework
Available since 3.0
Return to top
Show: