Yes, but it takes a little work. Check out
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
conimplementinguitypeeditor.asp
for more details.
>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
[quoted text clipped - 12 lines]
>
> -Rick
Rick - 13 Dec 2004 22:31 GMT
Thanks Ed,
Looks like that is the way to go and i'm going to make my form which the
UITypeEditor will invoke into a Customs Form Designer per the article found
at:
http://msdn.microsoft.com/msdnmag/issues/04/12/CustomFormsDesigner/default.aspx
Thanks for your help
-Rick
> Yes, but it takes a little work. Check out
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
conimplementinguitypeeditor.asp
[quoted text clipped - 16 lines]
> >
> > -Rick