How to find only the bound controls in a form?
I tried using "For each control in form.controls"
The problem is Labels don't have the controlsource property at all.