In The Hand LtdIn The Hand
Paste Method (textBox)
NamespacesInTheHand.Windows.FormsTextBoxHelperPaste(TextBox)
.NET Components for Mobility
Replaces the current selection in the text box with the contents of the Clipboard.
Declaration Syntax
C#Visual Basic
public static void Paste(
	TextBox textBox
)
Public Shared Sub Paste ( _
	textBox As TextBox _
)
Parameters
textBox (TextBox)
The TextBox control.
Remarks
The Paste method will only paste text into the control if text is currently stored in the Clipboard.

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