フィルタの種類を取得します。
Public ReadOnly Property FilterType As ToolboxItemFilterType
[C#]
public ToolboxItemFilterType FilterType {get;}
[C++]
public: __property ToolboxItemFilterType get_FilterType();
[JScript]
public function get FilterType() : ToolboxItemFilterType;
プロパティ値
フィルタの種類を示す ToolboxItemFilterType 。
解説
フィルタの種類は、現在のデザイナに適用されている既存の ToolboxItemFilterAttribute と共に、特定のツールボックス項目をツールボックス内で有効にするかどうかを判断するために使用する規則を示します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ToolboxItemFilterAttribute クラス | ToolboxItemFilterAttribute メンバ | System.ComponentModel 名前空間 | ToolboxItemFilterType