ZeeGrid Control Message

ZGM_SETMARKTEXT


ZGM_SETMARKTEXT

An application sends a ZGM_SETMARKTEXT to enable or disable the display of marked text.

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

Parameters

fEnable
Value of wParam. A value of TRUE will cause all marked text cells to display in the marked text color. A value of FALSE will cause all marked cells to display without marking.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard