WebPartZoneBaseDesigner.PreFilterProperties(IDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.