I'm passing a reference of a form to a class. Within this class I believed I could use formRef->Controls["controlName"]
to access properties on the control.
This works for a few labels, but on a button I receive a "Object reference not set to an instance of an object." when I try to change the Text property.
Help or explanation appreciated...