I am working with software that has objects in the UI that have Items and sub Items, I am trying to find a way to check and see if an Item already exists, I need to be able to search through the entir...
If they are the Items property, than they can be referenced, I believe, as an indexed array.
You might need to write a for loop of sorts to loop through the list of items from 0 to max item count (whatever the property name is) and check to see if the item a) exists and b) is selected.