System.ComponentModel.Design.ComponentDesigner.PostFilterProperties Method

Allows a designer to change or remove items from the set of properties that it exposes through a System.ComponentModel.TypeDescriptor.

Syntax

protected virtual void PostFilterProperties (IDictionary properties)

Parameters

properties
The properties for the class of the component.

Remarks

This method provides a way to change or remove the items within the dictionary of properties that are exposed through a System.ComponentModel.TypeDescriptor.

The keys in the dictionary of properties are the names of the properties. The objects are of type System.ComponentModel.PropertyDescriptor. This method is called immediately after the ComponentDesigner.PreFilterProperties(IDictionary) method.

Requirements

Namespace: System.ComponentModel.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0