[]
Removes the current selection from the control and copies it to the Clipboard.
[SecurityCritical]
public void Cut()
<SecurityCritical>
Public Sub Cut()
A cut operation removes the current selection from the control and copies it to the Clipboard. Note that the selected text is removed (cut) from the control in the process. A similar method, Copy(), copies the current selection to the Clipboard, but does not remove the selected text from the control.