Double Click Method
Short Name: Double Click
Installed With: Full Development System
Class: TreeControl Methods
Returns the unique tag of the last item the user double-clicked or returns an empty string if the user did not double-click an item since you last called this method.
You also can use the Double Click event to obtain information about items that the user double-clicks in the tree control.
Parameters
Name | Required | Description |
---|---|---|
output | No | Tag of the last item the user double-clicked. |
Remarks
The following table lists the characteristics of this method.
Available in Run-Time Engine and Real-Time Operating System | Yes (Read/Write) |
Settable when the VI is running | Yes |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access disallowed | No |
Must wait until user interface is idle | No |
Available with control VIs | No |
Available with global VIs | No |
Available with strict type definitions | No |
Available with polymorphic VIs | No |