ToolboxItem::Filter Property
.NET Framework (current version)
Gets or sets the filter that determines whether the toolbox item can be used on a destination component.
Assembly: System.Drawing (in System.Drawing.dll)
public: property ICollection^ Filter { ICollection^ get(); void set(ICollection^ value); }
Property Value
Type: System.Collections::ICollection^An ICollection of ToolboxItemFilterAttribute objects.
The Filter property collection contains ToolboxItemFilterAttribute objects that specify the policy that the design-time environment uses to determine whether a toolbox item can be used on the destination component.
For more information on restricting the scope in which a ToolboxItem can be used, see the documentation for the ToolboxItemFilterAttribute class.
.NET Framework
Available since 1.1
Available since 1.1
Show: