Basic ctor.
[Visual Basic] Overloads Public Sub New( _ ByVal toolTypeName As String, _ ByVal itemBitmap As Bitmap _ ) [C#] public ToolboxItem( string toolTypeName, Bitmap itemBitmap ); [C++] public: ToolboxItem( String* toolTypeName, Bitmap* itemBitmap ); [JScript] public function ToolboxItem( toolTypeName : String, itemBitmap : Bitmap );
ToolboxItem Class | ToolboxItem Members | System.Drawing.Design Namespace | ToolboxItem Constructor Overload List