ToolboxItem::Filter Property
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::ICollectionAn 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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.