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

ToolboxItemAttribute() public method

public ToolboxItemAttribute ( Type toolboxItemType ) : System
toolboxItemType System.Type
return System
        public ToolboxItemAttribute(Type toolboxItemType) {
            this.toolboxItemType = toolboxItemType;
            this.toolboxItemTypeName = toolboxItemType.AssemblyQualifiedName;
        }

Same methods

ToolboxItemAttribute::ToolboxItemAttribute ( bool defaultType ) : System
ToolboxItemAttribute::ToolboxItemAttribute ( string toolboxItemTypeName ) : System