Hi all,
It would be grateful if someone could tell me the answer.
I have made my own DesignerHost for design-time support in my application,
but there is still a problem behind it which reduces its user friendly. For
some custom property, with ComplexType, I would like to proivde a customized
UITypeEditor. As I read from the MSDN documentation, the UITypeEditor have
to call the IWIndowsFormsEditorService in-order to provide a dropdown Editor
panel for user to edit the property value, but my DesignerHost doesn't
provide this service. So, I would like to know, does the PropertyGrid
provides it own IWindowsFormsEditorService? If not, how can I get a
IWindowsFormsEditorService, or is there any sample to implement this
interface?
Any help is more than welcome! Thanks in advance.
Best Regards,
Tony Cheung
Software Developer
joeycalisay - 09 Mar 2005 09:31 GMT
the only thing i can tell you is that the propertygrid used by VS
(propertygridview) implements the said interface/service.

Signature
Joey Calisay
http://spaces.msn.com/members/joeycalisay/
> Hi all,
>
[quoted text clipped - 16 lines]
> Tony Cheung
> Software Developer
Tony - 09 Mar 2005 16:14 GMT
Thanks for your reply! Let me check it out myself. =D
Regards,
Tony Cheung
> the only thing i can tell you is that the propertygrid used by VS
> (propertygridview) implements the said interface/service.
[quoted text clipped - 22 lines]
> > Tony Cheung
> > Software Developer