ConnectionsZoneDesigner.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 a preset group of properties 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.
Examples
For an example of how to override the PreFilterProperties method, see the ConnectionsZoneDesigner class overview topic.
Remarks
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.