I have a question about design-time things:
I\'ve made a component with an property \"Links\". Those links are Controls. Now I want to make a UI-Dialog (for editing this
Not sure if this is what you want.
I "lost" a label control by accidentally removing it's text property.
After looking here at this discussion I finally realized that by accessing ANY control property at design time I could use the drop - down at the top of the properties window to locate the control name. Selecting the name revealed the location of the control on the form and exposed it's properties in the properties editor.