TextBoxBase.Cut Method
.NET Framework 3.5
Removes the current selection from the text editing control and copies it to the Clipboard.
Assembly: PresentationFramework (in PresentationFramework.dll)
A cut operation removes the current selection from the text editing control and copies it to the Clipboard. Note that the selected text is removed (cut) from the text editing control in the process. A similar method, Copy, copies the current selection to the Clipboard, but does not remove the selected text from the text editing control.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.