Copies the current selection of the text editing control to the Clipboard.
A copy operation copies the selected text to the Clipboard.
Note that the selected text is not removed from the text editing control in the process.
A similar method, Cut(TextBox), moves the current selection to the Clipboard and removes the selected text from the text editing control in the process.