Gets and sets the format of the type of image to place on the Window's clipboard.
Read-write property
Visual Basic |
---|
Public Property ClipboardFormat As enumClipboardFormat |
An enumClipboardFormat type specifying the clipboard format.
This property allow various formats to be added to the clipboard. The application can put a DIB (the default), an HBITMAP or both types onto the clipboard. Putting both types on the clipboard allows for maximum compatibility with other applications but has a higher memory and processor overhead.