Admin Production ni-theme
Current Publication

EVENT_COMBO_BOX_INSERT

LabWindows/CVI

EVENT_COMBO_BOX_INSERT

Description

When a user types a value that does not already exist in the text input area of a combo box cell, LabWindows/CVI generates an EVENT_COMBO_BOX_INSERT event and sends the event to the callback function associated with the table or tree control. LabWindows/CVI adds the item to the list automatically.

This event is sent to the callback function prior to inserting the new item in the list, which means that you can override this behavior by swallowing the event.

Applies To

Tables and trees

Event Data Parameters

eventData1 = Row index of the affected cell

eventData2 = Column index of the affected cell

LabWindows/CVI Compatibility

LabWindows/CVI 8.0 and later