GetChild()

For a Frame object named Frame1, to find the first child in the frame, use the following syntax:

var myFirstChild = Frame1.GetChild(0)

Close