UserControl Design Mode

G

Guest

I have a UserControl that contains a label and a textbox (just as an
example). Is there any way during design mode via the VS.Net Designer, to
allow the developer using the designer access to that label or textbox of the
user control? Ie. click on the user control but directly where the label is
and have focus come on the label of that user control and not the user
control itself?

My goal is to allow a developer to resize the label or textbox of a user
control with their mouse and not having to go through the properties grid
(ie. by make the textbox and label public). Is this even possible?

Thanks,

-Rick
 

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

Top