WebFormsRootDesigner.PreFilterProperties(IDictionary) Method

Definition

Allows a designer to add items to the set of properties that the designer exposes through a TypeDescriptor object.

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

Parameters

properties
IDictionary

The properties for the class of the component.

Applies to

See also