LabWindows/CVI

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationLabWindows/CVI...EventsEVENT_TABLE_ROW_COL_LABEL_CLICKCurrent page
Table of Contents

EVENT_TABLE_ROW_COL_LABEL_CLICK

EVENT_TABLE_ROW_COL_LABEL_CLICK

Description

When a user clicks a row or column label, LabWindows/CVI generates an EVENT_TABLE_ROW_COL_LABEL_CLICK event and sends the event to the callback function associated with the table control.

This event is not swallowable.

Applies To

Tables

Event Data Parameters

eventData1 = The index of the row label that the user clicked or 0 if the user clicked the column label or the upper left area of the table

eventData2 = The index of the column label that the user clicked or 0 if the user clicked the row label or the upper left area of the table

LabWindows/CVI Compatibility

LabWindows/CVI 2009 and later

Was this information helpful?