Custom Panel Property

comptech99

New member
Joined
Oct 30, 2006
Messages
1
Programming Experience
3-5
I am wanting to create a custom Panel control that has a property called "Panels" that while in design mode this property will list in a drop down manner all of the panels contained inside the Custom control. I have used the Add and Remove events to manage a combobox list of these panels that works fine. What I can't get to happen is for the property to list them in a drop down.

I want this property to bring to the front the panel that is selected in the designer property pane.

Any ideas on how I can get this designtime property to list all of the child panels?
 
Back
Top