ToolboxItemFilterAttribute.FilterType プロパティ

定義

フィルターの種類を取得します。

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

プロパティ値

フィルターの種類を示す ToolboxItemFilterType

注釈

フィルターの種類と、現在のデザイナーの既存 ToolboxItemFilterAttribute の型は、ツールボックスで特定のツールボックス項目を有効にする必要があるかどうかを判断するために使用するルールを示します。

適用対象

こちらもご覧ください