Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I think my other post might get you there. I'd keep it simple and just add a TabController property to the groupbox. Not only will you get this done faster, it will run faster (no mucking through collections to try and find the controller...its already set). Also, if the TabController ends up not playing nicely, you could always just add a property for the next control, but have its type be System.Windows.Forms.Control, rather than String.
|