TimelineGroup::AddChild Method (Object^)
.NET Framework (current version)
Adds a child Timeline to this TimelineGroup.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- child
-
Type:
System::Object^
The object to be added as the child of this TimelineGroup. If this object is a Timeline it will be added to the Children collection; otherwise, an exception will be thrown.
| Exception | Condition |
|---|---|
| ArgumentException | The parameter child is not a Timeline. |
.NET Framework
Available since 3.0
Available since 3.0
Show: