IDesignerFilter Methods

 

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodPostFilterAttributes(IDictionary^)

When overridden in a derived class, allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor.

System_CAPS_pubmethodPostFilterEvents(IDictionary^)

When overridden in a derived class, allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor.

System_CAPS_pubmethodPostFilterProperties(IDictionary^)

When overridden in a derived class, allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor.

System_CAPS_pubmethodPreFilterAttributes(IDictionary^)

When overridden in a derived class, allows a designer to add items to the set of attributes that it exposes through a TypeDescriptor.

System_CAPS_pubmethodPreFilterEvents(IDictionary^)

When overridden in a derived class, allows a designer to add items to the set of events that it exposes through a TypeDescriptor.

System_CAPS_pubmethodPreFilterProperties(IDictionary^)

When overridden in a derived class, allows a designer to add items to the set of properties that it exposes through a TypeDescriptor.

Return to top
Show: