System.ComponentModel.ToolboxItemFilterAttribute.ToolboxItemFilterAttribute C# (CSharp) Méthode

ToolboxItemFilterAttribute() public méthode

public ToolboxItemFilterAttribute ( string filterString ) : System
filterString string
Résultat System
        public ToolboxItemFilterAttribute(string filterString) : this(filterString, ToolboxItemFilterType.Allow) {
        }
        

Same methods

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