Spread 8.0 Documentation
SS_RBUTTON Structure
Support Options
DLL Reference > DLL Structures > SS_RBUTTON Structure

Glossary Item Box

SS_RBUTTON Structure


See Also

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

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