SS_RBUTTON Structure
Applies To
fpSpread control
Definition
typedef struct ss_rbutton
{
SS_COORD Col;
SS_COORD Row;
short xPos;
short yPos;
short RButtonType;
} SS_RBUTTON, FAR *LPSS_RBUTTON;
Fields
The following fields are available:
Field | Description | |
---|---|---|
Col | Column user clicked | |
Row | Row user clicked | |
xPos | Mouse pointer x-coordinate | |
yPos | Mouse pointer y-coordinate | |
RButtonType | Button type Choose one of the following values: |
|
Constant | Description | |
RBUTTONTYPE_DOWN | Button down | |
RBUTTONTYPE_UP | Button up | |
RBUTTONTYPE_DBLCLK | Right button double-click |
Remarks
This structure is sent through the SSM_RBUTTON message to the owner of the fpSpread control each time the user presses the right mouse button within a cell.
See Also
SSM_RBUTTON message