SSM_BEFOREEDITMODE Message
Applies To
fpSpread control
Description
Sent to the owner of the fpSpread control when the edit mode changes due to a user action such as a keyboard or mouse action or due to code.
Parameters
The following parameters are available:
Parameter | Description |
---|---|
wParam | Spread control ID |
lParam | Pointer to SS_BEFOREEDITMODE structure |
Remarks
The SSM_BEFOREEDITMODE message uses the SS_BEFOREEDITMODE structure to return the cell in which edit mode is changing, determine the action that is changing edit mode, set the cursor in the cell, and cancel the edit mode change.
Return Value
None
See Also
SSSetColUserSortIndicator, SSSetUserColAction functions
SS_BEFOREEDITMODE structure