In case you use a Textbox: the textbox already has commands for clipboard
support. If you want to place your own Items into the clipboard, have a look
at the Clipboard class. It has two methods, GetDataItem and SetDataItem ...
you'll find out easily how they work ).