HomeWindowsHow to Set Clipboard text (Copy Paste) programmatically in Windows Phone ?

How to Set Clipboard text (Copy Paste) programmatically in Windows Phone ?

If you have to set the Clipboard text programmatically in your Windows Phone, you can use the Clipboard Class that is defined in the System.Windows Namespace.

Clipboard is a static class that exposes 3 properties

1. ContainsText

2. GetText

3. SetText

How to Set Clipboard text (Copy Paste) programmatically in Windows Phone ?

You can use the Clipboard.SetText to set the text for the clipboard .

Clipboard.SetText("www.developerpublish.com");

There is also a restriction to use the Clipboard.GetText which results in the SecurityException.

To test if the Clipboard has the value that you set, just paste the data to a textbox after using the Clipboard.SetText

Leave a Reply

You May Also Like

This blog post will guide you through several effective methods to troubleshoot and resolve the issue of Microsoft Edge not...
Windows 11 offers a range of audio enhancements that can enrich your listening experience. These enhancements include features like virtual...
Windows 11 brings a fresh and visually stunning design to your desktop, and one of the standout features is the...