ToolStripTextBox.Copy Method

Definition

Copies the current selection in the ToolStripTextBox to the Clipboard.

public:
 void Copy();
public void Copy ();
member this.Copy : unit -> unit
Public Sub Copy ()

Remarks

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

Applies to

See also