ZeeGrid Control Message

ZGM_SETEDITTEXT


ZGM_SETEDITTEXT

An application sends a ZGM_SETEDITTEXT message to set the text of the edit control used for incell editing.

ZGM_SETEDITTEXT
wParam = 0;                      //not used; must be zero
lParam = (LPARAM) lpszString;    //pointer to string

Parameters

lpszString
The value of lParam. A pointer to a null-terminated string to load into the cell edit control.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard