.NET Framework Class Library
DataFormats Members

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

The DataFormats type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodStatic memberGetFormatOverloaded. Returns a DataFormats..::.Format with the Windows Clipboard numeric ID and name.
Public methodSupported by the .NET Compact FrameworkGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberSupported by the .NET Compact FrameworkBitmapSpecifies a Windows bitmap format. This static field is read-only.
Public fieldStatic memberCommaSeparatedValueSpecifies 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.
Public fieldStatic memberDibSpecifies the Windows device-independent bitmap (DIB) format. This static field is read-only.
Public fieldStatic memberDifSpecifies the Windows Data Interchange Format (DIF), which Windows Forms does not directly use. This static field is read-only.
Public fieldStatic memberEnhancedMetafileSpecifies the Windows enhanced metafile format. This static field is read-only.
Public fieldStatic memberFileDropSpecifies the Windows file drop format, which Windows Forms does not directly use. This static field is read-only.
Public fieldStatic memberHtmlSpecifies text consisting of HTML data. This static field is read-only.
Public fieldStatic memberLocaleSpecifies the Windows culture format, which Windows Forms does not directly use. This static field is read-only.
Public fieldStatic memberMetafilePictSpecifies the Windows metafile format, which Windows Forms does not directly use. This static field is read-only.
Public fieldStatic memberOemTextSpecifies the standard Windows original equipment manufacturer (OEM) text format. This static field is read-only.
Public fieldStatic memberPaletteSpecifies the Windows palette format. This static field is read-only.
Public fieldStatic memberPenDataSpecifies 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.
Public fieldStatic memberRiffSpecifies the Resource Interchange File Format (RIFF) audio format, which Windows Forms does not directly use. This static field is read-only.
Public fieldStatic memberRtfSpecifies text consisting of Rich Text Format (RTF) data. This static field is read-only.
Public fieldStatic memberSerializableSpecifies a format that encapsulates any type of Windows Forms object. This static field is read-only.
Public fieldStatic memberSupported by the .NET Compact FrameworkStringFormatSpecifies the Windows Forms string class format, which Windows Forms uses to store string objects. This static field is read-only.
Public fieldStatic memberSymbolicLinkSpecifies the Windows symbolic link format, which Windows Forms does not directly use. This static field is read-only.
Public fieldStatic memberSupported by the .NET Compact FrameworkTextSpecifies the standard ANSI text format. This static field is read-only.
Public fieldStatic memberTiffSpecifies the Tagged Image File Format (TIFF), which Windows Forms does not directly use. This static field is read-only.
Public fieldStatic memberSupported by the .NET Compact FrameworkUnicodeTextSpecifies the standard Windows Unicode text format. This static field is read-only.
Public fieldStatic memberWaveAudioSpecifies the wave audio format, which Windows Forms does not directly use. This static field is read-only.
Top
See Also

Reference

Tags :


Page view tracker