Here is a method that may work, for you, however it depends on how "deep" the controls are.
One of the properties of a control is "owner" which returns a reference to the object that owns the control. If a control is on a tab page the owner is the page. You can then compare the owner reference to the Pages[] of the tab control. Lastly you just check the tab value.
Take a look at the attached VI. Although I am not sure anyone would call this a �simple� method.