Reputation: 81
Is there any way to prevent the "Copy to Clipboard" icon from appearing over selected text in a Windows Phone 8 xaml/c# application?
In my application, I'm programmatically setting a TextBox's SelectionStart and SelectionLength properties in the TextBox's TextChanged event to create an Intellisense effect. The code is working well overall, but the "Copy to Clipboard" icon that always appears below the selected text gets really annoying, especially since the user would never want to actually copy this text.
I've spent several hours looking for a solution and would greatly appreciate any help. Thanks!
Upvotes: 0
Views: 303