ZeeGrid Control Message
ZGM_LOADICON
ZGM_LOADICON
An application sends a ZGM_LOADICON message to load an icon handle (HICON) into the specified index of the ZeeGrid icon palette.
ZGM_LOADICON
wParam = (WPARAM)(int) iIPIndex; //Icon palette index
lParam = (LPARAM)(HICON) hIcon; //icon handle
Parameters
-
iIPIndex
-
The value of wParam. The icon palette index to load the icon handle.
-
hIcon
-
The value of lParam. The handle to the icon (HICON) that is to be loaded into the ZeeGrid icon palette.
Return Values
This message does not return a value.
Copyright © 2002-2016 by David Hillard