ZeeGrid Control Message

ZGM_SHOWCURSORONLOSTFOCUS


ZGM_SHOWCURSORONLOSTFOCUS

An application sends a ZGM_SHOWCURSORONLOSTFOCUS message to enable or disable the display of the cursor on a ZeeGrid that has lost the keyboard input focus.

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

Parameters

fEnable
Value of wParam. A value of TRUE will show the cursor on a ZeeGrid that has lost the keyboard input focus. A value of FALSE will not show the cursor on a ZeeGrid that has lost the keyboard input focus.

Return Values

This message does not return a value.

Remarks

The cursor is shown on lost focus ZeeGrids by default.

Copyright © 2002-2016 by David Hillard