Hoe to make controls in a UC public?

  • Thread starter Thread starter Edwin Knoppert
  • Start date Start date
E

Edwin Knoppert

I currently have a readonly property which returns the control which resides
in a usercontrol.
Isn't there a more easy way to make controls public?

And i don't mean through controls(index) or findcontrol.

I want to reach text1 like: myusercontrol.text1.text = now
 
Back
Top