Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToolboxItemAttribute() [1/3]

System.ComponentModel.ToolboxItemAttribute.ToolboxItemAttribute ( bool defaultType)
inline

Definition at line 46 of file ToolboxItemAttribute.cs.

47 {
48 if (defaultType)
49 {
50 _toolboxItemTypeName = "System.Drawing.Design.ToolboxItem, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
51 }
52 }

References System.ComponentModel.ToolboxItemAttribute._toolboxItemTypeName.