System.Windows.Forms.Clipboard Class
Information   Base Types   Related Resources

Provides methods to place data on and retrieve data from the system Clipboard. This class cannot be inherited.

  • Namespace: System.Windows.Forms
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: System.Windows.Forms.dll

  • System.Object
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (2)Discussions (120)MembersRotorChanges
    Articles

    Page: 1
    Tool for viewing Drag & Drop and Clipboard formats
    The Code Project
    With this tool you can see what exchange formats that a given clipboard or drag&drop object suports just by dragging it from other application or copy it to the clipboard.
    Using the Clipboard
    The Code Project
    The clipboard is where your data is stored when you copy or cut some text or an image or a file or a folder. The clipboard is common across processes, which means we can use the clipboard as a mechanism to transfer data between two processes. Win32 gave us a Clipboard API with functions like OpenClipboard and GetClipboardData which most of you might be familiar with. In .NET Microsoft has encapsulated the functionality of most of these functions into some classes. The most prominent of these classes is a class which has been named aptly as Clipboard. It's a very simple class with just two functions. In this article, we'll see how to copy/paste text, images and also how to maintain clipboard data in multiple formats.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com