Does anyone have idea how to add picturebox to toolstripcontainer.toptoolstrippanel? I got warning message:
Warning: Controls added to this collection must be of type ‘ToolStrip’.
Does anyone have idea how to add picturebox to toolstripcontainer.toptoolstrippanel? I got warning message:
Share
As the error message indicates you can add only a
ToolStripinstances to theTopToolStripPanel. On the other hand you could add the PictureBox image to the Items property of aToolStrip: