NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataFormats Fields

The fields of the DataFormats class are listed below. For a complete list of DataFormats class members, see the DataFormats Members topic.

Public:

Bitmap Specifies a Windows bitmap format. This field is read-only.
CommaSeparatedValue Specifies a comma-separated value (CSV) format, which is a common interchange format used by spreadsheets. This format is not used directly by WinForms. This field is read-only.
DIB Specifies the Windows Device Independent Bitmap (DIB) format. This field is read-only.
DIF Specifies the Windows data interchange format, which WinForms does not directly use. This field is read-only.
EnhancedMetafile Specifies the Windows enhanced metafile format. This field is read-only.
FileDrop Specifies the Windows file drop format, which WinForms does not directly use. This field is read-only.
HTML Specifies text consisting of HTML data. This field is read-only.
Locale Specifies the Windows locale format, which WinForms does not directly use. This field is read-only.
MetafilePict Specifies the Windows metafile format, which WinForms does not directly use. This field is read-only.
OEMText Specifies the standard Windows original equipment manufacturer (OEM) text format. This field is read-only.
Palette Specifies the Windows palette format. This field is read-only.
PenData Specifies the Windows pen data format, which consist of pen strokes for handwriting software; WinForms does not use this format. This field is read-only.
RIFF Specifies the Resource Interchange File Format (RIFF) audio format, which WinForms does not directly use. This field is read-only.
RTF Specifies text consisting of Microsoft RTF data. This field is read-only.
Serializable Specifies a format that encapsulates any type of WinForms object. This field is read-only.
StringFormat Specifies the WinForms string class format, which WinForms uses to store string objects. This field is read-only.
SymbolicLink Specifies the Windows symbolic link format, which WinForms does not directly use. This field is read-only.
Text Specifies the standard ANSI text format. This field is read-only.
TIFF Specifies the Tagged Image File Format (TIFF), which WinForms does not directly use. This field is read-only.
UnicodeText Specifies the standard Windows Unicode text format. This field is read-only.
WaveAudio Specifies the wave audio format, which WinForms does not directly use. This field is read-only.

See Also

DataFormats Class | System.WinForms Namespace