Spread 8.0 Documentation
SSM_CLICK Message
Support Options
DLL Reference > DLL Messages > SSM_CLICK Message

Glossary Item Box

SSM_CLICK Message


Applies To

fpSpread control

Description

Sent to the owner of the fpSpread control each time the user presses the left mouse button.

Parameters

The following parameters are available:

Parameter Description
wParam fpSpread control ID
lParam Pointer to SS_CELLCOORD structure
(The Col and Row members contain the column and row numbers of the cell the user clicked.)

Remarks

If the SSSetBool function boolean SSB_MOVEACTIVEONFOCUS is set to False and the users moves focus back to the control by clicking the left mouse button, the SSM_CLICK message is not sent and the active cell does not move.

Return Value

A return value of nonzero cancels the message processing.

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.