EVENT_DRAG
- Updated2023-02-21
- 1 minute(s) read
EVENT_DRAG
Description
Tree and Tab Controls—When a user drags a tree item or tab page, LabWindows/CVI generates an EVENT_DRAG event and sends the event to the callback function associated with the control.
Splitter Controls—LabWindows/CVI generates and sends an EVENT_DRAG event at the beginning of the splitter operation.
This event is swallowable. Return 1 to swallow EVENT_DRAG.
Applies To
Event Data Parameters
User Interface Object | Event Data Values |
---|---|
Trees and tabs | eventData1 = Not used eventData2 = itemIndex |
Splitters | eventData1 = Vertical coordinates of the current drag line position eventData2 = Horizontal coordinates of the current drag line position |
LabWindows/CVI Compatibility
LabWindows/CVI 7.0 and later