Yes. If you copy the code snippet from the MainForm to each new form, the hidden forms will stop updating when hidden
You can replicate this with tabs by adding a driver instance for each tab, then set the ComComponet of each control on the tab to its corresponding driver instance. You would then need to write code to change the DisableSubscriptions property based on which tab is showing.