SetClipboard(type, data)
To put text on the clipboard, specify #CLIPBOARD_TEXT as type and pass
a string containing the text to be put on the clipboard in the data
argument.
To put an image on the clipboard, specify #CLIPBOARD_IMAGE as type and
pass the identifier of a brush containing the image you wish to save to
the clipboard in the data argument.