System.ComponentModel.ToolboxItemFilterAttribute.ToolboxItemFilterAttribute C# (CSharp) 메소드

ToolboxItemFilterAttribute() 공개 메소드

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

Same methods

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