ツールボックス項目が対象のコンポーネントで使用できるかどうかを決定するフィルタを取得または設定します。
Public Property Filter As ICollection
[C#]
public ICollection Filter {get; set;}
[C++]
public: __property ICollection* get_Filter();public: __property void set_Filter(ICollection*);
[JScript]
public function get Filter() : ICollection;public function set Filter(ICollection);
プロパティ値
ToolboxItemFilterAttribute オブジェクトの ICollection コレクション。
解説
このプロパティのコレクションには、対象のコンポーネントに対してツールボックス項目を使用できるかどうかをデザイン時環境で決定するために使用されるポリシーを指定する ToolboxItemFilterAttribute オブジェクトが含まれます。
ToolboxItem を使用できるスコープの制限の詳細については、 ToolboxItemFilterAttribute クラスのドキュメントを参照してください。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ToolboxItem クラス | ToolboxItem メンバ | System.Drawing.Design 名前空間 | ToolboxItemFilterAttribute