System.ComponentModel.ToolboxItemFilterAttribute.ToolboxItemFilterAttribute C# (CSharp) Method

ToolboxItemFilterAttribute() public method

public ToolboxItemFilterAttribute ( string filterString ) : System
filterString string
return System
        public ToolboxItemFilterAttribute(string filterString) : this(filterString, ToolboxItemFilterType.Allow) {
        }
        

Same methods

ToolboxItemFilterAttribute::ToolboxItemFilterAttribute ( string filterString, ToolboxItemFilterType filterType ) : System