Here is what the page look's like. Really the bottom 2 controls will go into another unbound controls section.
IsSubClass doesn't work for the class itself.
I am trying to loop through a forms control's collection and only grab the controls that are Strataframe Controls, for instance a SF text box on the test form and the code below does not seem to find it. I only want to show contols that can be bound to a BO as I creating a Form level bound controls section.
--------Doesnt seem to work but if remoce the if statement it works