I'm trying to use a custom editor for a property in a
component. The custom editor shows a dialog. It appears
the custom editor is not calling the SET property when its
done. I've tested this with other samples and it does
there. Could this have anything to do with the fact that
the type of the property is an ArrayList?

Bill

RE: CustomEditor on collection for a component by justinew

justinew
Sun Jul 13 20:41:23 CDT 2003

Have you try to use typeconverter class? Please refer to the article:

"Implementing a Type Converter" in MSDN

Regards,
Justin Wan
Microsoft Partner Online Support

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
::Content-Class: urn:content-classes:message
::From: "Bill Foust" <BFoust@nospam.argotech.com>
::Sender: "Bill Foust" <BFoust@nospam.argotech.com>
::Subject: CustomEditor on collection for a component
::Date: Thu, 10 Jul 2003 11:01:39 -0700
::Lines: 8
::Message-ID: <037801c3470d$4fe17b30$a101280a@phx.gbl>
::MIME-Version: 1.0
::Content-Type: text/plain;
:: charset="iso-8859-1"
::Content-Transfer-Encoding: 7bit
::X-Newsreader: Microsoft CDO for Windows 2000
::Thread-Index: AcNHDU/fvvPdqo6RR+2N6XMhTRY4hg==
::X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
::Newsgroups: microsoft.public.dotnet.framework.windowsforms
::Path: cpmsftngxa06.phx.gbl
::Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.windowsforms:48071
::NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
::X-Tomcat-NG: microsoft.public.dotnet.framework.windowsforms
::
::I'm trying to use a custom editor for a property in a
::component. The custom editor shows a dialog. It appears
::the custom editor is not calling the SET property when its
::done. I've tested this with other samples and it does
::there. Could this have anything to do with the fact that
::the type of the property is an ArrayList?
::
::Bill
::