点击或拖拽改变大小

UnmanagedMethodsClipboardFormat 枚举

[缺少 "T:CPF.Windows.UnmanagedMethods.ClipboardFormat" 的 <summary> 文档]

命名空间:  CPF.Windows
程序集:  CPF.Windows (在 CPF.Windows.dll 中) 版本:0.8.8.5
语法
C#
public enum ClipboardFormat
成员
  成员名称说明
CF_TEXT1 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_BITMAP2 A handle to a bitmap
CF_METAFILEPICT3
CF_SYLK4
CF_DIF5
CF_TIFF6
CF_OEMTEXT7
CF_DIB8 A memory object containing a BITMAPINFO structure followed by the bitmap bits.
CF_PALETTE9
CF_PENDATA10
CF_RIFF11
CF_WAVE12
CF_UNICODETEXT13 Unicode text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data.
CF_ENHMETAFILE14
CF_HDROP15 A handle to type HDROP that identifies a list of files.
CF_LOCALE16
参见