Quote Originally Posted by MadHatter View Post
controls located on a tab are added to that tab's controls collection, not the form's control collection.

iterate over your tab control's tab pages property, and check each page's controls collection.
Basically for knowing about where controls have been added, you can always look into the designer.cs of a form, because there you can read the code how your conrols are created and where they are added to.