How do you programmatically obtain a picture of a .Net control?
if it's not on the control you're trying to do, you can usually cast it to the base Control class and call the DrawToBitmap method there.