This object provides access to the system Clipboard. You can use this object to enable a user to copy, cut, and paste text in your application.
Clipboard
The Clipboard object supports the following methods:
Before copying any material to the Clipboard object, clear its contents by performing a Clear method, such as Clipboard.Clear. All Windows CE-based applications share the Clipboard object, so the contents are subject to change whenever you switch to another application.