SS_CT_STARTEDITING_ARGS Structure
Applies To
fpSpread control
Definition
typedef struct ss_ct_startediting_args
{
LPTSTR lpszName;
HWND hWndSpread;
HWND hWndEditor;
short Sheet;
SS_CELLCOORD Cell;
MSG msg;
BOOL fSelectAll;
BOOL fAutoClipboard;
} SS_CT_STARTEDITING_ARGS,
FAR *LPSS_CT_STARTEDITING_ARGS;
Fields
The following fields are available:
Field | Description |
lpszName | Custom cell type name |
hWndSpread | HWND of Spread control |
hWndEditor | HWND of editor control |
Sheet | Index of the sheet |
Cell | Coordinates for the cell |
msg | Message to forward to editor |
fSelectAll | TRUE if the editor should select all contents |
fAutoClipboard | TRUE if the editor should handle clipboard keys |
Remarks
This structure is used in the StartEditing callback function for a custom cell type. Cell uses the SS_CELLCOORD structure.
See Also
SS_CT_PROCS structure