ZeeGrid Control Message

ZGM_GRAYBGONLOSTFOCUS


ZGM_GRAYBGONLOSTFOCUS

An application sends a ZGM_GRAYBGONLOSTFOCUS message to enable or disable the graying of a ZeeGrid that has lost the keyboard input focus.

ZGM_GRAYBGONLOSTFOCUS
wParam = (WPARAM) (BOOL) fEnable;  //enable flag
lParam = 0;                        //not used; must be zero

Parameters

fEnable
Value of wParam. A value of TRUE will enable graying of the ZeeGrid background colors when it loses the keyboard input focus. A value of FALSE will display the ZeeGrid background colors as normal when the ZeeGrid loses the keyboard input focus.

Return Values

This message does not return a value.

Remarks

Graying of ZeeGrids that have lost the keyboard input focus is disabled by default.

Copyright © 2002-2016 by David Hillard