WebPartZoneBaseDesigner.PreFilterProperties Method

Note: This method is new in the .NET Framework version 2.0.

Hides the VerbStyle property 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
)

Parameters

properties

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

The PreFilterProperties method overrides ControlDesigner.PreFilterProperties to hide the VerbStyle property in the designer after calling the parent method. This is because the default WebPartZoneBase control does not render any zone-level verbs. If you wish to render zone-level verbs in a derived class, you must override this method to not hide the VerbStyle property.

  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see .

Windows 98, Windows 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0
Show: