System.Windows.Forms.ToolStripTextBox.Copy Method

Copies the current selection in the System.Windows.Forms.ToolStripTextBox to the Clipboard.

Syntax

public void Copy ()

Remarks

You can use this method, instead of using the System.Windows.Forms.Clipboard class, to copy text in the System.Windows.Forms.ToolStripTextBox and place it in the Clipboard.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0