Are you using the TypeDescriptionProvider system?
I do this all the time and it works just fine for me.

Signature
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
> I am attempting to create a specialized PropertyDescriptor for the
> Location property on one of my custom controls. When I attempt to debug
[quoted text clipped - 6 lines]
>
> Thanks.
Seth - 13 Jun 2007 03:57 GMT
Not trying to update the property directly via the TypeDescriptionProvider.
Just using it via the standard PropertyGrid. My breakpoint gets hit from
the PropertyGrid for GetValue, just never SetValue.
I can certainly try the TypeDescriptionProvider and see what happens if you
think that'll provide some info.
> Are you using the TypeDescriptionProvider system?
>
[quoted text clipped - 10 lines]
>>
>> Thanks.
Seth - 19 Jun 2007 02:23 GMT
Gonna try reviving this old thread in the hopes that someone sees it and has
an idea. Can anyone provide some insight?
> Not trying to update the property directly via the
> TypeDescriptionProvider. Just using it via the standard PropertyGrid. My
[quoted text clipped - 18 lines]
>>>
>>> Thanks.