all groups > dotnet windows forms designtime > may 2004 >
You're in the

dotnet windows forms designtime

group:

how to filter properties by their providers(IExtenderProvider) ?


how to filter properties by their providers(IExtenderProvider) ? jiusiyi NO[at]SPAM sohu.com
5/31/2004 8:47:33 PM
dotnet windows forms designtime:
Hi, There

I used a few IExtenderProvider objects to provide properties to other
components as extemdee. At the extendee side, I'd like to filter the
properties by their "provider". I checked the PropertyDescriptor
class, nothing found related the provider information.

Anybody could help?

Thanks a lot

Re: how to filter properties by their providers(IExtenderProvider) ? WALDO NO[at]SPAM WALDOLand.com
7/1/2004 6:07:40 PM
You could try determining whether or not to extend from the CanExtend
function of the class being extended FROM (not the extendee). You
could derive your information from the extendee there.


[quoted text, click to view]
AddThis Social Bookmark Button