I have created a number of controls that are derived from base controls. As part of these extended controls I have added a number of properties. One of these properties is a unique ID that helps me to bind it to a database value.
I need to be able to search for this control by UniqueID, a property that only my derived controls have (note that all controls on the form are my derived controls, and all of them have UniqueID as a property). Reflection jumps to mind but I cannot find an example.