FindDescendant()

For a Frame object named Frame1, which contains two descendants called Button1 and Button2, use the following syntax:

var descendantFound = Frame1.FindDescendant("Button1")

Close