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

Provides static, predefined Clipboard format names. Use them to identify the format of data that you store in an IDataObject .

  • 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 (4)Discussions (110)MembersRotorChanges
    Articles

    Page: 1
    Columns reordering and icon columns in DataGrid
    The Code Project
    This article demonstrates how to reorder columns (using column drag-and-drop) and icon columns in the DataGrid
    How to provide file drag-and-drop functionality in a Visual C++ .NET application
    Microsoft Support
    (815667) - This step-by-step article describes how to provide file drag-and-drop functionality in a Microsoft Visual C++ .NET application. A ListBox control is used as the destination of the file drag-and-drop procedure. Back to the top Requirements The...
    How to provide file drag-and-drop functionality in a Visual C++ .NET application
    http://www.kbalertz.com/
    (815667) - This step-by-step article describes how to provide file drag-and-drop functionality in a Microsoft Visual C++ .NET application. A ListBox control is used as the destination of the file drag-and-drop procedure. Back to the top Requirements The...
    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