How simulate CTRL+V keystrokes (paste) using C#

 

对元件取得焦点后,可以使用以下方法:

SendKeys.Send("^{v}");

相关文章