Graphisoft®

Dialog ManagerVersion: 2.0

ListView::GetImage

Retrieves the data of the global image of a list view control.

const void * GetImage (void) const;

Return Value

The image data of the global image of the list view.
The image data indicates:

imageType imageData
ListView::NoImage No image is defined for this item.
ListView::Icon
Macintosh only:
Icon, referenced with NSImage* cast to void*.
Windows only:
Icon, referenced with HICON cast to void*.
ListView::Picture
Macintosh only:
Picture, referenced with NSImage* cast to void*.
Windows only:
Picture, referenced with HBITMAP cast to void*.
Windows only:
ListView::DIBitmap

Device Independent Bitmap, referenced with BITMAPINFO* cast to void*.