PasswordRecoveryDesigner::PreFilterProperties Method (IDictionary^)

 
Use BaseTrue

Used by the designer class to add properties to, or remove properties from, the Properties grid at design time or to shadow properties of the associated control.

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

protected:
virtual void PreFilterProperties(
	IDictionary^ properties
) override

Parameters

properties
Type: System.Collections::IDictionary^

The properties for the class of the component.

.NET Framework
Available since 2.0
Return to top
Show: