ZeeGrid Notifications

ZGN_F6


ZGN_F6

The ZGN_F6 notification message is sent when the F6 key is pressed in the ZeeGrid contol that has the keyboard input focus. The parent window of the ZeeGrid control receives this notification message through the WM_COMMAND message.

ZGN_F6
idZeeGrid = (int) LOWORD(wParam);  //identifier of the ZeeGrid control
hwndZeeGrid = (HWND) lParam;       //handle to the ZeeGrid control

Copyright © 2002-2016 by David Hillard