HtmlControlDesigner.PreFilterProperties Method
.NET Framework 2.0
Allows the designer to expose a specific set of properties through a TypeDescriptor object at design time.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
The PreFilterProperties method provides a way to add items to or remove items from the dictionary of properties that a designer exposes through a TypeDescriptor object.
The keys in the dictionary of properties are the names of the properties. The objects are of type PropertyDescriptor.
Notes to Inheritors You can directly modify the dictionary that is accessible through properties or you can leave the dictionary unchanged. If you are overriding the PreFilterProperties method, call the base implementation before you perform your own filtering.Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Show: