ZeeGrid Control Message

ZGM_KEEP3DONLOSTFOCUS


ZGM_KEEP3DONLOSTFOCUS

An application sends a ZGM_KEEP3DONLOSTFOCUS message to enable or disable the changing of column headers from 3D to flat when ZeeGrid has lost the input focus.

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

Parameters

fEnable
Value of wParam. A value of TRUE will keep the column headers and row numbers column displaying in 3D when it loses the keyboard input focus. A value of FALSE will display the column headers and row numbers column as flat when ZeeGrid loses the input focus.

Return Values

This message does not return a value.

Remarks

By default, the column headers and row numbers column will display as flat when input focus is lost. You need to only use this message when you want to change the default behavior of the ZeeGrid.

Copyright © 2002-2016 by David Hillard