开发者

Accessing the Windows clipboard

开发者 https://www.devze.com 2023-01-11 12:32 出处:网络
How can you access clipboar开发者_如何转开发d content using the .NET framework?Check the Clipboard class and its SetText \\ GetText methods.

How can you access clipboar开发者_如何转开发d content using the .NET framework?


Check the Clipboard class and its SetText \ GetText methods.

See also this tutorial: Clipboard Copy and Paste with C#


Access to the clipboard in .NET is available through the

System.Windows.Forms.Clipboard

class.


You can use the Clipboard class. Documentation and demos are in Clipboard Class (System.Windows.Forms).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号