Hi, Tim
I took your question to the ASP.Net support tech lead and he pointed me at
the following book:
Developing Microsoft® ASP.NET Server Controls and Components
http://www.microsoft.com/mspress/books/5728.asp
Please give it a look and let me know whether or not it meets your needs.
HTH,
John Eikanger
Microsoft Developer Support
This posting is provided “AS IS” with no warranties, and confers no rights.
(c) 2003 Microsoft Corporation. All rights reserved.
--------------------
| Content-Class: urn:content-classes:message
| From: "Tim Pacl" <>
| Sender: "Tim Pacl" <>
| Subject: EditorAttribute for Style Editor
| Date: Fri, 11 Jul 2003 06:07:23 -0700
| Lines: 15
| Message-ID: <08f801c347ad$5e35bc00$>
| 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: AcNHrV41b5jzC71vQU+ZVbP5gAhUJQ==
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Newsgroups:
microsoft.public.dotnet.framework.aspnet,microsoft .public.dotnet.framework.a
spnet.webcontrols
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.aspnet.webcontro ls:13027
microsoft.public.dotnet.framework.aspnet:158525
| NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontro ls
|
| I am building a Custom Placeholder control for MCMS 2002
| which gives a translucent background to the control. I
| want to add a "Style" property and use the standard style
| editor which is available in numerous other server
| controls.
|
| What is the editor used for the style collection? I tried
| System.ComponentModel.Design.CollectionEditor but, of
| course, that isn't it. I have searched the internet and
| MSDN in vain for two days. Lots of info on building
| custom editors but nothing to point me to the existing
| style editor.
|
| Any help is appreciated.
|
|