ConnectionsZoneDesigner::PreFilterProperties Method (IDictionary^)
.NET Framework (current version)
Hides a preset group of properties at design time.
Assembly: System.Design (in System.Design.dll)
Parameters
- properties
-
Type:
System.Collections::IDictionary^
An IDictionary of the set of properties associated with the control.
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.
For an example of how to override the PreFilterProperties method, see the ConnectionsZoneDesigner class overview topic.
.NET Framework
Available since 2.0
Available since 2.0
Show: