﻿<?xml version="1.0" encoding="utf-8"?><Type Name="DataFormats" FullName="System.Windows.Forms.DataFormats"><TypeSignature Language="C#" Value="public class DataFormats" /><AssemblyInfo><AssemblyName>System.Windows.Forms</AssemblyName><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Windows.Forms.IDataObject" /> and <see cref="T:System.Windows.Forms.DataObject" /> classes also use the static format list to determine the type of data that is retrieved from the system <see cref="T:System.Windows.Forms.Clipboard" />, or that is transferred in a drag-and-drop operation.</para><para>The <see cref="M:System.Windows.Forms.DataFormats.GetFormat(System.String)" /> method allows you to: </para><list type="bullet"><item><para>Get a predefined <see cref="T:System.Windows.Forms.DataFormats.Format" /> object for a format name or ID number.</para></item><item><para>Add a new format name/ID number pair to the static list in this class, and to register the format with the Windows registry as a <see cref="T:System.Windows.Forms.Clipboard" /> format when you pass it the format name.</para></item></list><para>You can get the <see cref="P:System.Windows.Forms.DataFormats.Format.Id" /> number or format <see cref="P:System.Windows.Forms.DataFormats.Format.Name" /> from the appropriate property in the <see cref="T:System.Windows.Forms.DataFormats.Format" /> instance.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides static, predefined <see cref="T:System.Windows.Forms.Clipboard" /> format names. Use them to identify the format of data that you store in an <see cref="T:System.Windows.Forms.IDataObject" />.</para></summary></Docs><Members><Member MemberName="Bitmap"><MemberSignature Language="C#" Value="public static readonly string Bitmap;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>A bitmap represents a computer graphic as an array of bits in memory, and these bits represent the attributes of the individual pixels in an image.</para><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies a Windows bitmap format. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="CommaSeparatedValue"><MemberSignature Language="C#" Value="public static readonly string CommaSeparatedValue;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies a comma-separated value (CSV) format, which is a common interchange format used by spreadsheets. This format is not used directly by Windows Forms. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Dib"><MemberSignature Language="C#" Value="public static readonly string Dib;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>DIB is a file format designed to ensure that bitmapped graphics created using one application can be loaded and displayed in another application exactly the way they appeared in the originating application.</para><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the Windows device-independent bitmap (DIB) format. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Dif"><MemberSignature Language="C#" Value="public static readonly string Dif;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>DIF is a format consisting of ASCII codes in which database, spreadsheet, and similar documents can be structured to facilitate their use by and transfer to other programs.</para><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the Windows Data Interchange Format (DIF), which Windows Forms does not directly use. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="EnhancedMetafile"><MemberSignature Language="C#" Value="public static readonly string EnhancedMetafile;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The metafile format is a Windows file that stores an image in terms of graphic objects rather than pixels. When resized, a metafile preserves an image better than a bitmap.</para><block subset="none" type="note"><para>Special considerations may be necessary when using the metafile format with the clipboard. Due to a limitation in the current implementation of the <see cref="T:System.Windows.Forms.DataObject" /> class, the metafile format used by the .NET Framework may not be recognized by applications that use an older metafile format. In this case, you must interoperate with the Win32 Clipboard application programming interfaces (APIs). For more information, see article 323530, "Metafiles on Clipboard Are Not Visible to All Applications," in the Microsoft Knowledge Base at http://support.microsoft.com.</para></block><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the Windows enhanced metafile format. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="FileDrop"><MemberSignature Language="C#" Value="public static readonly string FileDrop;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You can use this format to interact with shell file drags during drag-and-drop operations.</para><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the Windows file drop format, which Windows Forms does not directly use. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetFormat"><MemberSignature Language="C#" Value="public static System.Windows.Forms.DataFormats.Format GetFormat (int id);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Windows.Forms.DataFormats+Format</ReturnType></ReturnValue><Parameters><Parameter Name="id" Type="System.Int32" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This member is typically used to register native Clipboard formats.</para><para>Call <see cref="M:System.Windows.Forms.DataFormats.GetFormat(System.String)" /> with an ID number when you want to retrieve a <see cref="T:System.Windows.Forms.DataFormats.Format" /> instance that contains the ID/format name pair. Typically, the ID name and number is published by the creator of the application that you are using the <see cref="T:System.Windows.Forms.Clipboard" /> to interface with. For example, the ID number for Dynamic Data Exchange (DDE) conversation information in Visual Basic is &amp;HBF00, and the format name is vbCFLink.</para><para>Call this method with any unique ID number to add the ID/format name pair to the static list of format name/ID pairs in the <see cref="T:System.Windows.Forms.DataFormats" /> class. The new name will be created by concatenating "Format" and the ID number. This pair is not registered as a new <see cref="T:System.Windows.Forms.Clipboard" /> format because you have not provided a name.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a <see cref="T:System.Windows.Forms.DataFormats.Format" /> with the Windows Clipboard numeric ID and name for the specified ID.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A <see cref="T:System.Windows.Forms.DataFormats.Format" /> that has the Windows Clipboard numeric ID and the name of the format.</para></returns><param name="id"><attribution license="cc4" from="Microsoft" modified="false" />The format ID. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetFormat"><MemberSignature Language="C#" Value="public static System.Windows.Forms.DataFormats.Format GetFormat (string format);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Windows.Forms.DataFormats+Format</ReturnType></ReturnValue><Parameters><Parameter Name="format" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Call <see cref="M:System.Windows.Forms.DataFormats.GetFormat(System.String)" /> with the format name when you need a Windows Clipboard numeric ID for an existing format.</para><para>Call this method with your own format name to create a new <see cref="T:System.Windows.Forms.Clipboard" /> format type. If the specified format does not exist, this method will register the name as a Clipboard format with the Windows registry and get a unique format identifier. This new name/ID pair will be added to the static list of format name/ID pairs in the <see cref="T:System.Windows.Forms.DataFormats" /> class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a <see cref="T:System.Windows.Forms.DataFormats.Format" /> with the Windows Clipboard numeric ID and name for the specified format.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A <see cref="T:System.Windows.Forms.DataFormats.Format" /> that has the Windows Clipboard numeric ID and the name of the format.</para></returns><param name="format"><attribution license="cc4" from="Microsoft" modified="false" />The format name. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Html"><MemberSignature Language="C#" Value="public static readonly string Html;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to indicate the CF_HTML clipboard data type. For more information about this format, see <see cref="http://go.microsoft.com/fwlink/?LinkId=198813">HTML Clipboard Format</see>.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies text in the HTML Clipboard format. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Locale"><MemberSignature Language="C#" Value="public static readonly string Locale;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the Windows culture format, which Windows Forms does not directly use. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="MetafilePict"><MemberSignature Language="C#" Value="public static readonly string MetafilePict;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The metafile format is a Windows file that stores an image in terms of graphic objects rather than pixels. When resized, a metafile preserves an image better than a bitmap.</para><block subset="none" type="note"><para>Special considerations may be necessary when using the metafile format with the clipboard. Due to a limitation in the current implementation of the <see cref="T:System.Windows.Forms.DataObject" /> class, the metafile format used by the .NET Framework may not be recognized by applications that use an older metafile format. In this case, you must interoperate with the Win32 Clipboard application programming interfaces (APIs). For more information, see article 323530, "Metafiles on Clipboard Are Not Visible to All Applications," in the Microsoft Knowledge Base at http://support.microsoft.com.</para></block><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the Windows metafile format, which Windows Forms does not directly use. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="OemText"><MemberSignature Language="C#" Value="public static readonly string OemText;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the standard Windows original equipment manufacturer (OEM) text format. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Palette"><MemberSignature Language="C#" Value="public static readonly string Palette;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use this field to query a <see cref="T:System.Windows.Forms.DataObject" /> for the format of data that it contains.</para><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the Windows palette format. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="PenData"><MemberSignature Language="C#" Value="public static readonly string PenData;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the Windows pen data format, which consists of pen strokes for handwriting software; Windows Forms does not use this format. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Riff"><MemberSignature Language="C#" Value="public static readonly string Riff;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>RIFF is a broad-based specification, designed to be used in defining standard formats for different types of multimedia files.</para><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the Resource Interchange File Format (RIFF) audio format, which Windows Forms does not directly use. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Rtf"><MemberSignature Language="C#" Value="public static readonly string Rtf;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>RTF is an adaptation of Document Content Architecture that is used for transferring formatted text documents between applications.</para><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para><para>For more information about the RTF format, see the Rich Text Format specification in the MSDN library at http://msdn.microsoft.com/library.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies text consisting of Rich Text Format (RTF) data. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Serializable"><MemberSignature Language="C#" Value="public static readonly string Serializable;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para><block subset="none" type="note"><para>The serializable format is specific to Windows Forms only and will not be recognized by applications created outside of Windows Forms.</para></block></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies a format that encapsulates any type of Windows Forms object. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="StringFormat"><MemberSignature Language="C#" Value="public static readonly string StringFormat;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para><block subset="none" type="note"><para>The string class format is specific to Windows Forms only and will not be recognized by applications created outside of Windows Forms.</para></block></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the Windows Forms string class format, which Windows Forms uses to store string objects. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SymbolicLink"><MemberSignature Language="C#" Value="public static readonly string SymbolicLink;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>A symbolic link is a disk directory entry that takes the place of a directory entry for a file, but is actually a reference to a file in a different directory. A symbolic link is also called an alias, shortcut, soft link, or symlink.</para><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the Windows symbolic link format, which Windows Forms does not directly use. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Text"><MemberSignature Language="C#" Value="public static readonly string Text;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the standard ANSI text format. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Tiff"><MemberSignature Language="C#" Value="public static readonly string Tiff;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>TIFF is a standard file format commonly used for scanning, storage, and interchanges of gray-scale graphic images.</para><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the Tagged Image File Format (TIFF), which Windows Forms does not directly use. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="UnicodeText"><MemberSignature Language="C#" Value="public static readonly string UnicodeText;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the standard Windows Unicode text format. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="WaveAudio"><MemberSignature Language="C#" Value="public static readonly string WaveAudio;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This field is used by the <see cref="T:System.Windows.Forms.IDataObject" /> interface and the <see cref="T:System.Windows.Forms.DataObject" /> class to specify the data type.</para><para>When adding to an <see cref="T:System.Windows.Forms.IDataObject" /> or to an implementation of <see cref="T:System.Windows.Forms.DataObject" />, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)" /> and <see cref="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)" /> methods.</para><para>To see if an object of this type exists, use this field as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)" /> methods.</para><para>To get an object of this type, use this as the format for the <see cref="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)" /> and <see cref="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)" /> methods.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the wave audio format, which Windows Forms does not directly use. This static field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>