ToolboxItemFilterType Enumeration

 

Defines identifiers used to indicate the type of filter that a ToolboxItemFilterAttribute uses.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: