ToolStripTextBox.Paste 方法

定义

将文本框中的当前选定内容替换为剪贴板的内容。

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

注解

Paste仅当文本当前存储在剪贴板中时,该方法才会将文本粘贴到控件中。

适用于

另请参阅