WebFormsRootDesigner.PostFilterProperties(IDictionary) Method

Definition

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

protected:
 virtual void PostFilterProperties(System::Collections::IDictionary ^ properties);
protected virtual void PostFilterProperties (System.Collections.IDictionary properties);
abstract member PostFilterProperties : System.Collections.IDictionary -> unit
override this.PostFilterProperties : System.Collections.IDictionary -> unit
Protected Overridable Sub PostFilterProperties (properties As IDictionary)

Parameters

properties
IDictionary

The properties for the class of the component.

Applies to

See also