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

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

注釈

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

適用対象

こちらもご覧ください