Class ClipboardNativeFormats
- Namespace
- PaintDotNet.Clipboard
- Assembly
- PaintDotNet.Base.dll
Contains constants for common, standard clipboard formats.
public static class ClipboardNativeFormats
- Inheritance
-
ClipboardNativeFormats
- Inherited Members
Remarks
See Standard Clipboard Formats for more info.
Fields
- Bitmap
A handle to a bitmap (
HBITMAP
).CF_BITMAP
- Dib
A memory object containing a
BITMAPINFO
structure followed by the bitmap bits.CF_DIB
- DibV5
A memory object containing a
BITMAPV5HEADER
structure followed by the bitmap color space information and the bitmap bits.CF_DIBV5
- Emf
A handle to an enhanced metafile (
HENHMETAFILE
).CF_ENHMETAFILE
- FileDropList
A handle to type
HDROP
that identifies a list of files. An application can retrieve information about the files by passing the handle to the DragQueryFile function.CF_HDROP
- OemText
Text format containing characters in the OEM character set. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data.
CF_OEMTEXT
- Text
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_TEXT
- UnicodeText
Unicode text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data.
CF_UNICODETEXT