This documentation is archived and is not being maintained.
ToolboxItem::Filter Property
Visual Studio 2010
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 SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: