ToolboxItemFilterAttribute.FilterType Property

Definition

Gets the type of the filter.

public:
 property System::ComponentModel::ToolboxItemFilterType FilterType { System::ComponentModel::ToolboxItemFilterType get(); };
public System.ComponentModel.ToolboxItemFilterType FilterType { get; }
member this.FilterType : System.ComponentModel.ToolboxItemFilterType
Public ReadOnly Property FilterType As ToolboxItemFilterType

Property Value

A ToolboxItemFilterType that indicates the type of the filter.

Remarks

The type of the filter, along with any existing ToolboxItemFilterAttribute on the current designer, indicates the rules to use to determine whether a particular toolbox item should be enabled in the toolbox.

Applies to

See also