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