Forum Discussion

dan_qa's avatar
dan_qa
New Contributor
7 years ago

Can disabled buttons be accessed through a FindChild/similar method?

I have two disabled buttons that share the same parent (.Panel(0)). When I try to spy, there is no reference to the buttons themselves since they are disabled, and thus I cannot use FindChild. Is the...