SS_CT_ISRESERVEDKEY_ARGS Structure
Applies To
fpSpread control
Definition
typedef struct ss_ct_isreservedkey_args
{
LPTSTR lpszName;
HWND hWndSpread;
HWND hWndRenderer;
short Sheet;
SS_CELLCOORD Cell;
UINT nKeyCode;
USHORT nShift;
} SS_CT_ISRESERVEDKEY_ARGS,
FAR *LPSS_CT_ISRESERVEDKEY_ARGS;
Fields
The following fields are available:
Field | Description |
lpszName | Custom cell type name |
hWndSpread | HWND of Spread control |
hWndRenderer | HWND of renderer control |
Sheet | Index of the sheet |
Cell | Coordinates for the cell |
nKeyCode | Key code for the pressed key |
nShift | Shift state |
Remarks
This structure is used in the IsReservedKey callback function for a custom cell type. Out parameters are passed from the function back to Spread instead of from Spread to the function. Cell uses the SS_CELLCOORD structure.
See Also
SS_CT_PROCS structure