In The Hand LtdIn The Hand
Copy Method (textBox)
NamespacesInTheHand.Windows.FormsTextBoxHelperCopy(TextBox)
.NET Components for Mobility
Copies the current selection of the text editing control to the Clipboard.
Declaration Syntax
C#Visual Basic
public static void Copy(
	TextBox textBox
)
Public Shared Sub Copy ( _
	textBox As TextBox _
)
Parameters
textBox (TextBox)
The TextBox control.
Remarks
A copy operation copies the selected text to the Clipboard. Note that the selected text is not removed from the text editing control in the process. A similar method, Cut(TextBox), moves the current selection to the Clipboard and removes the selected text from the text editing control in the process.

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