The methods of the IDesignerFilter interface are listed below. For a complete list of IDesignerFilter interface members, see the IDesignerFilter Members topic.
PostFilterAttributes | Allows a designer to filter the set of attributes the component it is designing will expose through the TypeDescriptor object. |
PostFilterEvents | Allows a designer to filter the set of events the component it is designing will expose through the TypeDescriptor object. |
PostFilterProperties | Allows a designer to filter the set of properties the component it is designing will expose through the TypeDescriptor object. |
PreFilterAttributes | Allows a designer to filter the set of attributes the component it is designing will expose through the TypeDescriptor object. |
PreFilterEvents | Allows a designer to filter the set of events the component it is designing will expose through the TypeDescriptor object. |
PreFilterProperties | Allows a designer to filter the set of properties the component it is designing will expose through the TypeDescriptor object. |
IDesignerFilter Interface | System.ComponentModel.Design Namespace