Frame.AddChild(Object) Method

Definition

Adds a child object.

protected:
 override void AddChild(System::Object ^ value);
protected override void AddChild (object value);
override this.AddChild : obj -> unit
Protected Overrides Sub AddChild (value As Object)

Parameters

value
Object

The child object to add.

Implements

Remarks

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

Applies to