Active Item:Tag Property

LabView Local Project Settings

Active Item:Tag Property

Short Name: ActiveItemTag

Installed With: Full Development System

Class: TreeControl Properties

The tag of the item(s) to which you want to apply subsequent property changes.

The following table lists example values for this property.

ValueResult
TREE_COLUMN_HEADERSSelects all column headers.
TREE_ALL_ROWSSelects all rows.

Wire the tag of a specific item to select a specific item.

Examples

Remarks

The following table lists the characteristics of this property.

Available in Run-Time Engine and Real-Time Operating SystemYes
PermissionsRead/Write
Settable when the VI is runningYes
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo

Examples

Refer to the following VIs for examples of using the Active Item:Tag property:

  • Traverse Tree and Set Custom Symbols VI: labview\examples\general\controls\treecontrol\Traverse Tree and Set Custom Symbols.llb

     Open example  Browse related examples

  • Tree Enhancements VI: labview\examples\general\controls\Tree Control Directory.llb

     Open example  Browse related examples