❔ ✅ How to get ImageLocation from Controls?
lets say
and then, I want to retrieve
ImageLocation
..But with panel1.Controls..
soo
ImageLocation
definition arent available..How to make code able to identify that panel1.Controls[0]
is a PictureBox
, so I could retrieve ImageLocation
?2 Replies