Click here to Skip to main content
15,891,513 members
Articles / Operating Systems / Windows

Custom Controls Lesson - Using A Child Container's Control Collection

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
19 Feb 2013CPOL 5.2K   2  
I am building a custom control (an accordion style of control) for WinForms.  During the building of the collapsible panel, I ran into an issue: how do I expose the control collection of a child control as the main control's control collection?

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
Long time software engineer who rambles occasionally about coding, best practices, and other random things.

Comments and Discussions