ZeeGrid Control Message

ZGM_ENABLECOPY


ZGM_ENABLECOPY

An application sends a ZGM_ENABLECOPY message to enable or disable the users ability to use [Ctrl+C] to copy the selected grid area to the Windows clipboard.

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

Parameters

fEnable
Value of wParam. A value of TRUE will enable copying the selected grid area to the Windows clipboard. A value of FALSE will disable copying from the ZeeGrid to the clipboard.

Return Values

This message does not return a value.

Remarks

Copying is enabled by default.

Copyright © 2002-2016 by David Hillard