Existing or pre-defined UITypeEditors

  • Thread starter Thread starter Helmut Giese
  • Start date Start date
H

Helmut Giese

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
 
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
 
Back
Top