ZeeGrid Control Message

ZGM_SETCOLOR


ZGM_SETCOLOR

An application sends a ZGM_SETCOLOR message to set the RGB color value of the specified index of the ZeeGrid color palette.

ZGM_SETCOLOR
wParam = (WPARAM)(int) iCPIndex;  //Color palette index
lParam = (LPARAM)(DWORD)dwRGB ;   //RGB color value

Parameters

iCPIndex
The value of wParam. The index of the color palette to set the color.

dwRGB
The value of lParam. The RGB value to set the specified index of the ZeeGrid color palette.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard