Specifies the various formats to set to the clipboard using the ClipboardFormat property.
Member | Value | Description |
---|---|---|
CLIPBOARDFORMAT_ALL | 2 | Both the HBITMAP and DIB formats. |
CLIPBOARDFORMAT_BITMAP | 1 | GDI HBITMAP format. |
CLIPBOARDFORMAT_DIB | 0 | DIB format. |
The default is CLIPBOARDFORMAT_DIB.
ClipboardFormat Property | Window and Control