ToolboxItem.FilterPropertyValue Method (String, Object)
.NET Framework (current version)
Filters a property value before returning it.
Assembly: System.Drawing (in System.Drawing.dll)
Protected Overridable Function FilterPropertyValue ( propertyName As String, value As Object ) As Object
Parameters
- propertyName
-
Type:
System.String
The name of the property to filter.
- value
-
Type:
System.Object
The value against which to filter the property.
The FilterPropertyValue method enables a property to always clone values, or to provide a default value when none exists.
.NET Framework
Available since 2.0
Available since 2.0
Show: