ZeeGrid Control Message

ZGM_HIGHLIGHTCURSORROWINFIXEDCOLUMNS


ZGM_HIGHLIGHTCURSORROWINFIXEDCOLUMNS

An application sends a ZGM_HIGHLIGHTCURSORROWINFIXEDCOLUMNS message to enable or disable the highlighting of the row of the cursor in fixed columns.

ZGM_HIGHLIGHTCURSORROWINFIXEDCOLUMNS
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 in fixed columns. A value of TRUE enables cursor row highlighting in fixed columns; a value of FALSE disables cursor row highlighting in fixed columns.

Return Values

This message does not return a value.

Remarks

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

Cursor row highlighting in fixed columns is enabled by default.

Copyright © 2002-2016 by David Hillard