WebFormsRootDesigner.PostFilterAttributes Method (IDictionary)

 

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

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

abstract PostFilterAttributes : 
        attributes:IDictionary -> unit
override PostFilterAttributes : 
        attributes:IDictionary -> unit

Parameters

attributes
Type: System.Collections.IDictionary

The attributes for the class of the component.

.NET Framework
Available since 2.0
Return to top
Show: