Copies the current selection in the control to the Clipboard.
Declaration
[SecurityCritical]
public void Copy()
<SecurityCritical>
Public Sub Copy()
Remarks
A copy operation copies the selected text to the Clipboard. Note that the selected text is not removed from the control in the process. A similar method, Cut(), moves the current selection to the Clipboard and removes the selected text from the control in the process.