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

ToolboxItemAttribute() public method

public ToolboxItemAttribute ( bool defaultType ) : System
defaultType bool
return System
        public ToolboxItemAttribute(bool defaultType) {
            if (defaultType) {
                toolboxItemTypeName = "System.Drawing.Design.ToolboxItem, " + AssemblyRef.SystemDrawing;
            }
        }

Same methods

ToolboxItemAttribute::ToolboxItemAttribute ( Type toolboxItemType ) : System
ToolboxItemAttribute::ToolboxItemAttribute ( string toolboxItemTypeName ) : System