ButtonClick Events

Fired when a button in the combo box portion of the control is clicked.


Syntax

Private Sub object_EBClick(ByVal RLIndex As Integer)
Private Sub object_NBClick(ByVal RLIndex As Integer)

The syntax of the ButtonClick events has these parts:

PartDescription
objectA DCombo control.
RLIndex  The index of the currently selected item in the right list.

Remarks

These events can be used to display a dialog box allowing the user to create a new entry or edit the currently selected item in the right list.  A RLIndex value of -1 is returned if there is no current selection.

Data Type

Integer