ConnectionsZoneDesigner.PreFilterProperties Method

Hides a preset group of properties at design time.

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

protected:
virtual void PreFilterProperties (
	IDictionary^ properties
) override
protected void PreFilterProperties (
	IDictionary properties
)
protected override function PreFilterProperties (
	properties : IDictionary
)
Not applicable.

Parameters

properties

An IDictionary of the set of properties associated with the control.

The PreFilterProperties method overrides the parent method to hide the EmptyZoneTextStyle, PartChromeStyle, PartStyle, and PartTitleStyle properties in the designer. This is because the properties in question are not rendered by ConnectionsZone controls and are therefore not relevant.

For an example of how to override the PreFilterProperties method, see the ConnectionsZoneDesigner class overview topic.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: