How to programmatically copy/paste in windows phone?
There is a way to programmatically copy/paste text in windows phone.if you want the user to click on a button that should automatically copy some text to the clipboard.
code :
Clipboard.SetText("foo-bar");
and to get the text:
Clipboard.GetText();
Aucun commentaire:
Enregistrer un commentaire