How to save a screenshot of a specific user control to the clipboard with winforms
in C#
?
To be clear the following is what I desire:
public void SaveControlToClipboard(Control theControl){
// Gets a bitmap of the control and saves it to the clipboard
}