Is it possible to use the focus of a tab group as a criteria for an If statement?
For example, I have three tabs, and I want to run three portions of code depending on which tab is open. I know that I could use buttons to do this, but I'd rather just use the built in tabs. Any one know if this is possible?