I am trying to copy a standard WPF listbox selected Item (displayed) text to clipboard on CTRL+C. Is there any simple way to achieve this. If it is something that works for all the listboxes int he app.. that would be great.
Thanks in advance.
I am trying to copy a standard WPF listbox selected Item (displayed) text to clipboard on CTRL+C. Is there any simple way to achieve this. If it is something that works for all the listboxes int he app.. that would be great.
Thanks in advance.
http://www.go4answers.com/Example/click-listbox-copy-selecteditem-90763.aspx
There is an example using a context menu, which will lead to an easy method for keyboard shortcut CTRL+C. Hope this leads you there :)
Review answer 3 for the full monty :)