PasswordRecoveryDesigner.PreFilterProperties(IDictionary) Method

Definition

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.

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

Parameters

properties
IDictionary

The properties for the class of the component.

Applies to

See also