In The Hand LtdIn The Hand
Cut Method (textBox)
NamespacesInTheHand.Windows.FormsTextBoxHelperCut(TextBox)
.NET Components for Mobility
Moves the current selection in the text box to the Clipboard.
Declaration Syntax
C#Visual Basic
public static void Cut(
	TextBox textBox
)
Public Shared Sub Cut ( _
	textBox As TextBox _
)
Parameters
textBox (TextBox)
The TextBox control.
Remarks
This method will only cut text from the text box if text is selected in the control. You can use this method, instead of using the Clipboard class, to copy text in the text box and move it to the Clipboard.

Assembly: InTheHand.Windows.Forms (Module: InTheHand.Windows.Forms) Version: 7.0.0.0