From: Helmut Giese on
Hello out there,
how can I find out which UITypeEditors already exist? Specifically I
need
- one to allow selection of images and
- one to allow entering multi-line text.

Any link will be greatly appreciated.
Best regards
Helmut Giese
From: Helmut Giese on
To answer my own question ...
>Hello out there,
>how can I find out which UITypeEditors already exist?
http://msdn.microsoft.com/en-us/library/system.drawing.design(VS.71).aspx
lists the standard UI editors which come with VS

and

http://msdn.microsoft.com/en-us/library/ms171840.aspx
(Walkthrough: Implementing a UI Type Editor)
shows how to roll your own - and looks somewhat simpler than this one:
http://msdn.microsoft.com/en-us/library/system.drawing.design.uitypeeditor.aspx

Helmut Giese