IDesignerFilter Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | PostFilterAttributes(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. |
![]() | PostFilterEvents(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. |
![]() | PostFilterProperties(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. |
![]() | PreFilterAttributes(IDictionary^) | When overridden in a derived class, allows a designer to add items to the set of attributes that it exposes through a TypeDescriptor. |
![]() | PreFilterEvents(IDictionary^) | When overridden in a derived class, allows a designer to add items to the set of events that it exposes through a TypeDescriptor. |
![]() | PreFilterProperties(IDictionary^) | When overridden in a derived class, allows a designer to add items to the set of properties that it exposes through a TypeDescriptor. |
