WebPartZoneBaseDesigner.PreFilterProperties(IDictionary) Method

Definition

Hides the VerbStyle property at design time.

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

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

Remarks

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.

Applies to