Is there a way to identify the ambient properties of a UserControl from
within one of its classes?
(ie UserControl.Ambient.DisplayName)

I need to be able to persist the data of the class (which I do by storing it to a binary file) - However, it must be unique for each control the user has placed on his form. Therefor, I need a way to uniquely identify the UserControl from it's class.