This documentation is archived and is not being maintained.

ListControlDesigner.PreFilterProperties Method

Filters the properties exposed through a TypeDescriptor and replaces the property descriptor for the DataSource property, which contains the value used at runtime, with a property descriptor that contains a value indicating a design-time data source.

[Visual Basic]
Overrides Protected Sub PreFilterProperties( _
   ByVal properties As IDictionary _
)
[C#]
protected override void PreFilterProperties(
 IDictionary properties
);
[C++]
protected: void PreFilterProperties(
 IDictionary* properties
);
[JScript]
protected override function PreFilterProperties(
   properties : IDictionary
);

Parameters

properties
An IDictionary that contains the set of properties to expose for the control.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

ListControlDesigner Class | ListControlDesigner Members | System.Web.UI.Design.WebControls Namespace | IDesignerFilter

Show: