ZeeGrid Control Message

ZGM_HIGHLIGHTCURSORROW


ZGM_HIGHLIGHTCURSORROW

An application sends a ZGM_HIGHLIGHTCURSORROW message to enable or disable the highlighting of the row of the cursor.

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

Parameters

fEnable
Value of wParam. Specifies whether to enable or disable highlighting of the cursor row. A value of TRUE enables cursor row highlighting; a value of FALSE disables cursor row highlighting.

Return Values

This message does not return a value.

Remarks

If cursor row highlighting is disabled, cursor row highlighting in fixed columns (ZGM_HIGHLIGHTCURSORROWINFIXEDCOLUMNS) is disabled.

Cursor row highlighting is enabled by default.

Copyright © 2002-2016 by David Hillard