[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Provides static, predefined Clipboard format names. Use them to identify the format of data that you store in an IDataObject. [Property] [Methods] *doGetFormat=Returns a DataFormats.Format with the Windows Clipboard numeric ID and name for the specified ID. ARG(int id)|1|0 *doGetFormat2=Returns a DataFormats.Format with the Windows Clipboard numeric ID and name for the specified format. ARG(string format)|1|0 *onGetFormat=Occurs after invoke the method doGetFormat and returns the result. ARG(DataFormats.Format)|2|0 *Bitmap=Specifies a Windows bitmap format. This static field is read-only. ARG(string)|3|2 *CommaSeparatedValue=Specifies a comma-separated value 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. ARG(string)|3|2 *Dib=Specifies the Windows device-independent bitmap format. This static field is read-only. ARG(string)|3|2 *Dif=Specifies the Windows Data Interchange Format , which Windows Forms does not directly use. This static field is read-only. ARG(string)|3|2 *EnhancedMetafile=Specifies the Windows enhanced metafile format. This static field is read-only. ARG(string)|3|2 *FileDrop=Specifies the Windows file drop format, which Windows Forms does not directly use. This static field is read-only. ARG(string)|3|2 *Html=Specifies text in the HTML Clipboard format. This static field is read-only. ARG(string)|3|2 *Locale=Specifies the Windows culture format, which Windows Forms does not directly use. This static field is read-only. ARG(string)|3|2 *MetafilePict=Specifies the Windows metafile format, which Windows Forms does not directly use. This static field is read-only. ARG(string)|3|2 *OemText=Specifies the standard Windows original equipment manufacturer text format. This static field is read-only. ARG(string)|3|2 *Palette=Specifies the Windows palette format. This static field is read-only. ARG(string)|3|2 *PenData=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. ARG(string)|3|2 *Riff=Specifies the Resource Interchange File Format audio format, which Windows Forms does not directly use. This static field is read-only. ARG(string)|3|2 *Rtf=Specifies text consisting of Rich Text Format data. This static field is read-only. ARG(string)|3|2 *Serializable=Specifies a format that encapsulates any type of Windows Forms object. This static field is read-only. ARG(string)|3|2 *StringFormat=Specifies the Windows Forms string class format, which Windows Forms uses to store string objects. This static field is read-only. ARG(string)|3|2 *SymbolicLink=Specifies the Windows symbolic link format, which Windows Forms does not directly use. This static field is read-only. ARG(string)|3|2 *Text=Specifies the standard ANSI text format. This static field is read-only. ARG(string)|3|2 *Tiff=Specifies the Tagged Image File Format , which Windows Forms does not directly use. This static field is read-only. ARG(string)|3|2 UnicodeText=Specifies the standard Windows Unicode text format. This static field is read-only. ARG(string)|3|2 *WaveAudio=Specifies the wave audio format, which Windows Forms does not directly use. This static field is read-only. ARG(string)|3|2 *format=The format name. ARG(string)|4|2 *id=The format ID. ARG(int)|4|1