I guess I can't figure this one out. I can see how to iterate over all the controls to find the Tag collection, then do something with it.
Problem is that since I know the name of the tag, I just want to do something with it (height, visibility, etc). But I can't figure out how to reference a tag directly without iterating over all the controls.
Something like me.tag("tagname").height=0
God I am going nuts with this.