Tagged Questions

1
vote
3answers
732 views

How to access controls on an inherited form?

I'm using the DockPanel Suite in my winforms app. The DockContent class is derived from System.Windows.Forms.Form class and my two forms, dockRounds and dockToolbox, inherit from the DockContent ...