ToolboxItem.Filter Property

 

Gets or sets the filter that determines whether the toolbox item can be used on a destination component.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

public ICollection Filter { get; set; }

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
Return to top
Show: