windows user controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I ve created my own control(containing tabcontrol) and added it to the panel.
How to access now that tabcontrol and add tha tabpages in the constructor of
my mainform???
 
M,
You should provide your own properties for accessing internal controls.
Alternatively in the user control in design you can make all control's
members public; the same can be done in property grid modifying control's
*Modifier* prperty.
 
Back
Top