March 2018
Beginner
360 pages
8h 6m
English
This control is used to find all the children UI elements of a specified UI element. It also retrieves a collection of children UI elements. You can use a loop to inspect all the children UI elements or set up some filter criteria to filter out the UI elements.
Drag and drop the Find children control from the Activities panel.
Double-click on it to indicate the UI element that you want to specify. You can indicate it by clicking on Indicate on screen:

You have to supply a variable of type IEnumerable<UIElements> in the children property, as mentioned in the preceding screenshot. This variable is then used for retrieving the ...
Read now
Unlock full access