Interate through control only on a specified tabpage
I have a VB Windows form. The form has a tab container. On TabPage5 I have a series of controls (textbox and combobox) that I would like to iterate through and check the property of the TAG property. For instance if the tag is "R" I'll check that the field has an acceptable value and if not set enabled.false on the save button to not allow the SAVE command on that tab.
I've worked out how to do this on the entire form but not just a tabpage.
The goal is I need to validate the control one tab at a time and take action accordingly.