ZeeGrid Control Message

ZGM_ENABLETRANSPARENTHIGHLIGHTING


ZGM_ENABLETRANSPARENTHIGHLIGHTING

An application sends a ZGM_ENABLETRANSPARENTHIGHLIGHTING message to enable or disable the grid using transparent highlighting. Transparent highlighting enables the user to see cell background and foreground colors when the row is highlighted due to it being the cursor row, or because an area has been selected for the clipboard.

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

Parameters

fEnable
Value of wParam. A value of TRUE will enable transparent highlighting. A value of FALSE will use solid color highlighting.

Return Values

This message does not return a value.

Remarks

Transparent highlighting is enabled (TRUE) by default.

Copyright © 2002-2016 by David Hillard