Access controls in a composite control

  • Thread starter Thread starter antidinosaur
  • Start date Start date
A

antidinosaur

Guest
I am learning to build a composite control. I want to know how to access to the event handlers and the properties of the sub-controls. Do I need to rewrite them by myself? For instance I have a button and a Textbox in a composite control. How do I access to the click event of the button in my composite control?

Continue reading...
 
Back
Top