ZeeGrid Control Message

ZGM_SETLOSTFOCUSHIGHLIGHTCOLOR


ZGM_SETLOSTFOCUSHIGHLIGHTCOLOR

An application sends a ZGM_SETLOSTFOCUSHIGHTLIGHTCOLOR message to set the color index of the color palette to be used for displaying the highlight color when the ZeeGrid loses input focus.

ZGM_SETLOSTFOCUSHIGHLIGHTCOLOR
wParam = (WPARAM)(int) iCPIndex;  //Color palette index
lParam = 0;                       //not used; must be zero

Parameters

iCPIndex
The value of wParam. The index of the color palette to use for the highlight color when the ZeeGrid loses input focus.

Return Values

This message does not return a value.

Remarks

By default, the highlight color is black for a ZeeGrid that has lost the input focus.

Copyright © 2002-2016 by David Hillard