If you place items in a panel, is it possible to save the panel as a picture.

With a picturebox, you can save the image.

VB Code:
  1. Me.PicPort1.Image.Save("test.jpg")

Does anyone know how i could do this with the panel.

thanks