ToolStripTextBox::Paste Method ()

 

Replaces the current selection in the text box with the contents of the Clipboard.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void Paste()

The Paste method will only paste text into the control if text is currently stored in the Clipboard.

.NET Framework
Available since 2.0
Return to top
Show: