windows user controls

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???
 
S

Stoitcho Goutsev \(100\) [C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top