WebPartZoneBaseDesigner::PreFilterProperties Method (IDictionary^)

 

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

Parameters

properties
Type: System.Collections::IDictionary^

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.

.NET Framework
Available since 2.0
Return to top
Show: