Allow Programmatic clipboard access 拖放或复制和粘贴图片
We'll see the use of the program class to launch programs and the clipboard class to access the system clipboard.
我们将看到如何使用Program类启动程序,及如何使用Clipboard类访问系统剪贴板。
Assemblies only have access to the Clipboard to paste content from the same application domain. The ability to copy and cut from the Clipboard is unrestricted.
程序集对于剪贴板只具有这样的访问权限:粘贴来自同一个应用程序域的内容。从剪贴板进行复制和剪切的功能不受限制。
Describes how to access the data stored on the Clipboard.
描述如何访问在剪贴板上存储的数据。
应用推荐