TextBoxBase::Cut Method ()
.NET Framework (current version)
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.
SecurityCriticalAttribute
for full trust for inheritors. This member cannot be inherited by partially trusted code.
.NET Framework
Available since 3.0
Available since 3.0
Show: