ZeeImage Control Message

ZIM_DISPLAYIMAGE


ZIM_DISPLAYIMAGE

An application sends a ZIM_DISPLAYIMAGE to cause the ZeeImage control to instantly display the image that was previously loaded into the specified slot.

ZIM_DISPLAYIMAGE
wParam = (WPARAM)(int) iSlot;           //slot or index of the image control
lParam = (LPARAM) 0;                    //Not Used

Parameters

iSlot
The value of wParam. The index of the image list to display.

lParam
The value of lParam. Not Used. Set to 0

Return Values

This message does not return a value.

Example


SendMessage(himage,ZIM_DISPLAYIMAGE,3,0);

Note:

The slot indicated in wParam will cause the image previously loaded into that slot to be instantly displayed in the ZeeImage control.

If the slot referenced does not have an image loaded into it, the client area of the ZeeImage control will be blank.

Copyright © 2020 by David Hillard