ToolboxItemFilterType Enumeration
.NET Framework (current version)
Defines identifiers used to indicate the type of filter that a ToolboxItemFilterAttribute uses.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| Allow | Indicates that a toolbox item filter string is allowed, but not required. | |
| Custom | Indicates that custom processing is required to determine whether to use a toolbox item filter string. | |
| Prevent | Indicates that a toolbox item filter string is not allowed. | |
| Require | Indicates that a toolbox item filter string must be present for a toolbox item to be enabled. |
The following code example demonstrates how to apply the ToolboxItemFilterAttribute.
.NET Framework
Available since 1.1
Available since 1.1
Show: