Spread 8.0 Documentation
ComboDropDown Event
Support Options
ActiveX Reference > ActiveX Events > ComboDropDown Event

Glossary Item Box

ComboDropDown Event


See Also

Applies To

fpSpread control

Description

Occurs when the drop-down list portion of the combo box cell drops down.

Syntax

C++

afx_msg void OnComboDropDownfpSpread(UINT, int, CWnd*, LPVOID);

Visual Basic

Sub fpSpread_ComboDropDown(ByVal Col As Long, ByVal Row As Long)

Parameters

The following parameters are available:

Parameter Description
Col Column number of the cell containing the combo box
Row Row number of the cell containing the combo box

Remarks

When the user clicks the drop-down arrow or presses the Alt+down arrow keys in a combo box cell, the list portion of the combo box drops down to display the list items.

Use the SheetSendingEvent property if you want to return the sheet for which this event occured.

See Also

SheetSendingEvent property

ComboCloseUp, ComboSelChange events

Copyright © GrapeCity, inc. All rights reserved.