I have a Panel on a UserControl - and I'd like to be able to drop controls, at design time, on to that Panel when the UserControl is on my form.
I can drop controls on to my UserControl fine, I just can get them within the Panel - what am I missing?
Printable View
I have a Panel on a UserControl - and I'd like to be able to drop controls, at design time, on to that Panel when the UserControl is on my form.
I can drop controls on to my UserControl fine, I just can get them within the Panel - what am I missing?
The user control link in my signature might help explain it. You cannot access a child controls properties directly. You have to handle them through the parent control.