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

 

對元件取得焦點後,可以使用以下方法:

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

相关文章