namespace System.Windows.Forms { public static class DataFormats { public static readonly string Text = "Text"; public static readonly string UnicodeText = "UnicodeText"; public static readonly string Dib = "DeviceIndependentBitmap"; public static readonly string Bitmap = "Bitmap"; public static readonly string EnhancedMetafile = "EnhancedMetafile"; public static readonly string MetafilePicture = "MetaFilePict"; public static readonly string SymbolicLink = "SymbolicLink"; public static readonly string Dif = "DataInterchangeFormat"; public static readonly string Tiff = "TaggedImageFileFormat"; public static readonly string OemText = "OEMText"; public static readonly string Palette = "Palette"; public static readonly string PenData = "PenData"; public static readonly string Riff = "RiffAudio"; public static readonly string WaveAudio = "WaveAudio"; public static readonly string FileDrop = "FileDrop"; public static readonly string Locale = "Locale"; public static readonly string Html = "HTML Format"; public static readonly string Rtf = "Rich Text Format"; public static readonly string CommaSeparatedValue = "CSV"; } }