UnmanagedMethodsClipboardFormat 枚举 |
[缺少 "T:CPF.Windows.UnmanagedMethods.ClipboardFormat" 的 <summary> 文档]
命名空间: CPF.Windows
public enum ClipboardFormat
成员名称 | 值 | 说明 | |
---|---|---|---|
CF_TEXT | 1 | Text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data. Use this format for ANSI text. | |
CF_BITMAP | 2 | A handle to a bitmap | |
CF_METAFILEPICT | 3 | ||
CF_SYLK | 4 | ||
CF_DIF | 5 | ||
CF_TIFF | 6 | ||
CF_OEMTEXT | 7 | ||
CF_DIB | 8 | A memory object containing a BITMAPINFO structure followed by the bitmap bits. | |
CF_PALETTE | 9 | ||
CF_PENDATA | 10 | ||
CF_RIFF | 11 | ||
CF_WAVE | 12 | ||
CF_UNICODETEXT | 13 | Unicode text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data. | |
CF_ENHMETAFILE | 14 | ||
CF_HDROP | 15 | A handle to type HDROP that identifies a list of files. | |
CF_LOCALE | 16 |