ZeeGrid Control Message

ZGM_SHOWROWNUMBERS


ZGM_SHOWROWNUMBERS

An application sends a ZGM_SHOWROWNUMBERS message to enable or disable the display of row numbers in the ZeeGrid.

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

Parameters

fEnable
Value of wParam. A value of TRUE will display row numbers. A value of FALSE will hide the row numbers.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard