SS_COMBOCLOSEUP Structure
Applies To
fpSpread control
Definition
typedef struct ss_ComboCloseUp
{
SS_COORD Col;
SS_COORD Row;
short dSelChange;
} SS_COMBOCLOSEUP, FAR *LPSS_COMBOCLOSEUP;
Fields
The following fields are available:
Field | Description |
Col | Column number of the cell containing the combo box |
Row | Row number of the cell containing the combo box |
dSelChange | Row number of new item selected Returns a –1 if the user selected the same item as was previously selected |
Remarks
When the user selects an item, the list portion of the combo box cell closes and the control sends the SSM_COMBOCLOSEUP message. You can respond to the SSM_COMBOCLOSEUP message to make changes to a list (such as adding or removing items) after the user has selected an item.
See Also
SSM_COMBOCLOSEUP message