Configuring the Windows Phone Clipboard with C1RichTextBox
On the Windows Phone you get automatic copy and paste support for standard TextBoxes. For other controls you wish to enable copy/paste functionality, you typically have to use a TextBox in disguise. To put text to the clipboard you simply call the static SetText method on the System.Windows.Clipboard class like this:
Clipboard.SetText("some text");