I'm not aware of a way of doing this and don't think that it is possible.
Your best option would probably be to store the names of all the Labels on the Form.
This could be done as they are created by using an ArrayList, that's presuming that the labels are being placed during run-time.
Regards,
RandomCoder