ZeeGrid Control Message

ZGM_SHOWCURSOR


ZGM_SHOWCURSOR

An application sends a ZGM_SHOWCURSOR message to enable or disable the display of the cursor when the ZeeGrid has the input focus.

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

Parameters

fEnable
Value of wParam. Specifies whether to enable or disable the display of the cursor in the focus ZeeGrid. A value of TRUE enables showing the cursor; a value of FALSE disables showing the cursor.

Return Values

This message does not return a value.

Remarks

Showing the cursor is enabled by default.

Copyright © 2002-2016 by David Hillard